Home
last modified time | relevance | path

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

/dokuwiki/lib/exe/
Dopensearch.php20 } elseif (file_exists(tpl_incdir() . 'images/favicon.ico')) {
22 } elseif (file_exists(tpl_incdir() . 'favicon.ico')) {
Djs.php72 tpl_incdir($tpl) . 'script.js',
285 $path = tpl_incdir() . 'lang/';
Dcss.php61 $tplinc = tpl_incdir($tpl);
/dokuwiki/lib/plugins/config/core/
DLoader.php67 tpl_incdir() . '/conf/metadata.php',
105 tpl_incdir() . '/conf/default.php',
146 tpl_incdir() . '/',
/dokuwiki/bin/
Dgittool.php258 $target = fullpath(tpl_incdir() . '../' . substr($ext, 9));
288 glob(fullpath(tpl_incdir() . '../') . '/*/.git', GLOB_ONLYDIR)
/dokuwiki/inc/
Dtemplate.php54 function tpl_incdir($tpl = '') function
1314 $file = tpl_incdir() . '/conf/default.php';
1342 $path = tpl_incdir() . 'lang/';
1386 $path = tpl_incdir() . 'lang/';
1738 $file = tpl_incdir() . $img;
1805 $file = tpl_incdir() . $file;
Dinit.php157 * @see tpl_incdir()
/dokuwiki/lib/plugins/extension/
DExtension.php221 $dir = dirname(tpl_incdir()) . '/' . $this->base;