Home
last modified time | relevance | path

Searched refs:tpl_incdir (Results 1 – 8 of 8) sorted by relevance

/dports/www/dokuwiki/dokuwiki-2020-07-29/lib/exe/
H A Dopensearch.php19 }elseif(file_exists(tpl_incdir().'images/favicon.ico')){
21 }elseif(file_exists(tpl_incdir().'favicon.ico')){
H A Djs.php67 tpl_incdir($tpl).'script.js',
271 $path = tpl_incdir() . 'lang/';
H A Dcss.php55 $tplinc = tpl_incdir($tpl);
/dports/www/dokuwiki/dokuwiki-2020-07-29/lib/plugins/config/core/
H A DLoader.php64 tpl_incdir() . '/conf/metadata.php',
101 tpl_incdir() . '/conf/default.php',
136 tpl_incdir() . '/',
/dports/www/dokuwiki/dokuwiki-2020-07-29/bin/
H A Dgittool.php254 $target = fullpath(tpl_incdir() . '../' . substr($ext, 9));
283 glob(fullpath(tpl_incdir() . '../') . '/*/.git', GLOB_ONLYDIR)
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/
H A Dtemplate.php40 function tpl_incdir($tpl='') { function
1229 $file = tpl_incdir().'/conf/default.php';
1255 $path = tpl_incdir() . 'lang/';
1297 $path = tpl_incdir().'lang/';
1699 $file = tpl_incdir().$img;
1765 $file = tpl_incdir().$file;
H A Dinit.php134 * @see tpl_incdir()
/dports/www/dokuwiki/dokuwiki-2020-07-29/lib/plugins/extension/helper/
H A Dextension.php37 $this->tpllib = dirname(tpl_incdir()).'/';