Home
last modified time | relevance | path

Searched refs:tplDir (Results 1 – 2 of 2) sorted by relevance

/template/mikio/
H A Dmikio.php33 public $tplDir = '';
56 $this->tplDir = tpl_incdir();
119 if (file_exists($this->tplDir . 'themes/' . $this->getConf('customTheme') . '/style.less') === true) {
122 if (file_exists($this->tplDir . 'themes/' . $this->getConf('customTheme') . '/style.css') === true) {
126 if (file_exists($this->tplDir . 'themes/' . $this->getConf('customTheme') . '/script.js') === true) {
25 public $tplDir = ''; global() variable in dokuwiki\\template\\mikio\\Template
/template/bootstrap3/
H A DTemplate.php21 public $tplDir = ''; variable in dokuwiki\\template\\bootstrap3\\Template
32 $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';