Home
last modified time | relevance | path

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

/dokuwiki/bin/
H A Dgittool.php258 $target = fullpath(tpl_incdir() . '../' . substr($ext, 9));
288 glob(fullpath(tpl_incdir() . '../') . '/*/.git', GLOB_ONLYDIR)
/dokuwiki/inc/
H A Dinit.php139 * @see tpl_incdir()
H A Dtemplate.php54 function tpl_incdir($tpl = '')
1312 $file = tpl_incdir() . '/conf/default.php';
1340 $path = tpl_incdir() . 'lang/';
1384 $path = tpl_incdir() . 'lang/';
1736 $file = tpl_incdir() . $img;
1803 $file = tpl_incdir() . $file;
41 function tpl_incdir($tpl='') { global() function
/dokuwiki/lib/exe/
H A Dcss.php61 $tplinc = tpl_incdir($tpl);
H A Djs.php72 tpl_incdir($tpl) . 'script.js',
285 $path = tpl_incdir() . 'lang/';
H A Dopensearch.php20 } elseif (file_exists(tpl_incdir() . 'images/favicon.ico')) {
22 } elseif (file_exists(tpl_incdir() . 'favicon.ico')) {
/dokuwiki/lib/plugins/config/core/
H A DLoader.php67 tpl_incdir() . '/conf/metadata.php',
105 tpl_incdir() . '/conf/default.php',
146 tpl_incdir() . '/',
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php44 $this->tpllib = dirname(tpl_incdir()) . '/';