Home
last modified time | relevance | path

Searched +full:tpl_dir +(+path:plugin +path:odt) -(+path:plugin +path:odt +path:lang) (Results 1 – 6 of 6) sorted by relevance

/plugin/odt/action/
H A Dcache.php49 …h = $this->config->getParam('mediadir') . '/' . $this->config->getParam('tpl_dir') . "/" . $templa…
/plugin/odt/conf/
H A Ddefault.php11 $conf['tpl_dir'] = 'odt';
H A Dmetadata.php10 $meta['tpl_dir'] = array('string');
/plugin/odt/helper/
H A Dconfig.php179 $this->config ['tpl_dir'] =
589 …if (file_exists($this->getParam('mediadir').'/'.$this->getParam('tpl_dir')."/".$this->getParam ('t…
594 … sprintf($this->getLang('tpl_not_found'),$this->getParam ('template'),$this->getParam ('tpl_dir'));
603 …if (file_exists($this->getParam('mediadir').'/'.$this->getParam('tpl_dir')."/".$this->getParam ('o…
612 …intf($this->getLang('tpl_not_found'),$this->getParam ('odt_template'),$this->getParam ('tpl_dir'));
/plugin/odt/
H A Dexample.css6 * the configured template directory ('tpl_dir') and set it under
/plugin/odt/renderer/
H A Dpage.php191 $directory = $this->config->getParam ('tpl_dir');
2236 …Path = $this->config->getParam('mediadir').'/'.$this->config->getParam ('tpl_dir')."/".$this->conf…