Home
last modified time | relevance | path

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

/plugin/userhomepage/
H A Daction.php34 if (substr($this->getConf('templates_path'),0,10) == 'data/pages') {
35 $dest = str_replace("data/pages", "./pages", $this->getConf('templates_path'));
38 $dest = $this->getConf('templates_path');
53 … $source = DOKU_CONF.'../'.$this->getConf('templates_path').'/userhomepage_private.txt';
71 … $source = DOKU_CONF.'../'.$this->getConf('templates_path').'/userhomepage_public.txt';
85 … $source = DOKU_CONF.'../'.$this->getConf('templates_path').'/userhomepage_publicspace.txt';
327 if (strpos($this->getConf('templates_path'),'/pages') !== false) {
330 … $where = end(explode('/',$this->getConf('templates_path'))).':userhomepage_private';
334 … $where = end(explode('/',$this->getConf('templates_path'))).':userhomepage_public';
341 … $where = end(explode('/',$this->getConf('templates_path'))).':userhomepage_private';
[all …]
/plugin/userhomepage/conf/
H A Ddefault.php23 $conf['templates_path'] = './pages/user';
H A Dmetadata.php23 $meta['templates_path'] = array('string');