Home
last modified time | relevance | path

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

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