Home
last modified time | relevance | path

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

/plugin/userhomepage/conf/
H A Ddefault.php18 $conf['create_public_page'] = 0;
H A Dmetadata.php18 $meta['create_public_page'] = array('onoff');
/plugin/userhomepage/
H A Daction.php68 …if (($this->getConf('create_public_page')) and (!is_file($this->dataDir.'/'.$this->getConf('templa…
82 …if (($this->getConf('create_public_page')) and (strpos($this->getConf('public_pages_ns'),':%NAME%:…
162 …if ($this->getConf('create_public_page') && is_file($this->dataDir.'/'.$this->getConf('templates_p…
179 …if ($this->getConf('create_public_page') && (is_dir($this->dataDir.'/'.$this->getConf('templates_p…
270 if ($this->getConf('create_public_page')) {
329 …!= 'noacl') && (($this->getConf('create_private_ns')) or ($this->getConf('create_public_page')))) {
340 …emplates')) && (($this->getConf('create_private_ns')) or ($this->getConf('create_public_page')))) {
H A Dhelper.php216 if ($this->getConf('create_public_page')) {