Home
last modified time | relevance | path

Searched +full:excludetemplates +(+path:plugin +path:loadskin) -(+path:plugin +path:loadskin +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/loadskin/
H A Dhelper.php41 * (unless excluded in 'excludeTemplates')
63 $excludeTemplates = array_map('trim', explode(",", $this->getConf('excludeTemplates')));
64 $templates = array_diff($this->getTemplates(),$excludeTemplates);
/plugin/loadskin/conf/
H A Ddefault.php8 $conf['excludeTemplates'] = '';
H A Dmetadata.php8 $meta['excludeTemplates'] = array('string');