Home
last modified time | relevance | path

Searched defs:DOKU_TPLINC (Results 1 – 5 of 5) sorted by relevance

/plugin/multitemplate_styleman/
Dcss.php29 define('DOKU_TPLINC',realpath(dirname(__FILE__).'/../../') . '/tpl/' . $template .'/'); define
/plugin/epub/scripts/
Dcss2.php14 if(!defined('DOKU_TPLINC')) define('DOKU_TPLINC', DOKU_INC.'lib/tpl/'.$conf['template'].'/'); define
Dcss3.php14 if(!defined('DOKU_TPLINC')) define('DOKU_TPLINC', tpl_incdir()); define
/plugin/loadskin/
Daction.php51 define('DOKU_TPLINC', DOKU_INC.'lib/tpl/'.$conf['template'].'/'); define
/plugin/siteexport/
Dpreload.php73 if (!defined('DOKU_TPLINC')) define('DOKU_TPLINC', $tplDir); define