Home
last modified time | relevance | path

Searched defs:DOKU_TPL (Results 1 – 6 of 6) sorted by last modified time

/plugin/siteexport/
H A Dpreload.php72 …if (!defined('DOKU_TPL')) define('DOKU_TPL', (empty($tempREQUEST['base']) ? DOKU_BASE : $tempREQUE… define
/plugin/snippets/exe/
H A Dsnippets.php17 if(!defined('DOKU_TPL')) define('DOKU_TPL',tpl_basedir()); define
/plugin/epub/scripts/
H A Dcss2.php13 if(!defined('DOKU_TPL')) define('DOKU_TPL', DOKU_BASE.'lib/tpl/'.$conf['template'].'/'); define
/plugin/linkscollection/exe/
H A Dtree.php5 if(!defined('DOKU_TPL')) define('DOKU_TPL', tpl_basedir()); define
/plugin/loadskin/
H A Daction.php47 define('DOKU_TPL', DOKU_BASE.'lib/tpl/'.$conf['template'].'/'); define
/plugin/multitemplate_styleman/
H A Dcss.php28 define('DOKU_TPL', $DOKU_BASE.'lib/tpl/' . $template .'/'); define