Searched refs:template_path (Results 1 – 7 of 7) sorted by relevance
33 $template_path = $conf['mediadir'].'/'.$this->getConf("tpl_dir")."/".$template_name;34 if (file_exists($template_path)) {35 $cache->depends['files'][] = $template_path;
426 $template_path = $conf['mediadir'].'/'.$this->getConf("tpl_dir")."/".$this->template;427 $this->ZIP->Extract($template_path, $this->temp_dir);
28 private $template_path; variable in action_plugin_xslfo75 $this->template_path,103 'xsl' => $this->template_path,218 $this->template_path = realpath(tpl_incdir().$this->template);220 if (!is_file($this->template_path)) {222 $this->template_path = __DIR__.DIRECTORY_SEPARATOR.$this->template;
49 …$template_path = $this->config->getParam('mediadir') . '/' . $this->config->getParam('tpl_dir') . …50 if(file_exists($template_path)) {51 $cache->depends['files'][] = $template_path;
67 If the template_path cascade config has not been set. Defaults are made up for a standard dokuwiki …75 …, $t=false ) - use getConfigPath to include file from cascade_config['template_path'], checks temp…
192 $template_path = $this->config->getParam('mediadir').'/'.$directory."/".$template;194 …($template_path, $media_sel, array($this, 'replaceURLPrefixesCallback'), $this->config->getParam('…
208 ``@namespace_name/template_path`` notation::