Searched refs:tplDir (Results 1 – 2 of 2) sorted by relevance
21 public $tplDir = ''; variable in dokuwiki\\template\\bootstrap3\\Template32 $this->tplDir = tpl_incdir();79 $template_info = confToHash($this->tplDir . 'template.info.txt');182 $file = $this->tplDir . 'conf/metadata.php';1385 @require $this->tplDir . 'tpl/sidebar.php';
42 public $tplDir = ''; variable in dokuwiki\\template\\mikio\\mikio71 $this->tplDir = tpl_incdir();130 …if (file_exists($this->tplDir . 'themes/' . $this->getConf('customTheme') . '/style.less') === tru…133 …if (file_exists($this->tplDir . 'themes/' . $this->getConf('customTheme') . '/style.css') === true…137 …if (file_exists($this->tplDir . 'themes/' . $this->getConf('customTheme') . '/script.js') === true…