Home
last modified time | relevance | path

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

/plugin/userhomepage/conf/
H A Ddefault.php24 $conf['templatepath'] = 'lib/plugins/userhomepage/_template.txt';
H A Dmetadata.php24 $meta['templatepath'] = array('string');
/plugin/userhomepage/
H A Daction.php52 …Conf('templates_path').'/userhomepage_private.txt')) && ($this->getConf('templatepath') != null)) {
55 …} elseif ((is_file(DOKU_INC.$this->getConf('templatepath'))) && ($this->getConf('templatepath') !=…
56 $source = $this->getConf('templatepath');
70 …tConf('templates_path').'/userhomepage_public.txt')) && ($this->getConf('templatepath') != null)) {
84 …('templates_path').'/userhomepage_publicspace.txt')) && ($this->getConf('templatepath') != null)) {