Home
last modified time | relevance | path

Searched refs:tpllib (Results 1 – 1 of 1) sorted by path

/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php37 private $tpllib = '';
44 $this->tpllib = dirname(tpl_incdir()) . '/';
604 return $this->tpllib . $this->base;
636 if ($this->isTemplate() && !is_writable($this->tpllib)) {
1044 $target_base_dir = $this->tpllib;
1297 $extensiondir = $this->tpllib;
30 private $tpllib = ''; global() variable in helper_plugin_extension_extension