Home
last modified time | relevance | path

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

/plugin/userhomepage/conf/
H A Ddefault.php26 $conf['acl_user_templates'] = '1';
H A Dmetadata.php26 $meta['acl_user_templates'] = array('multichoice','_choices'=>array('0','1','2','noacl'));
/plugin/userhomepage/
H A Daction.php340 …if (($this->getConf('acl_user_templates') != 'noacl') && ($this->getConf('acl_user_templates') !==…
343 $perm = (int)$this->getConf('acl_user_templates');
347 $perm = (int)$this->getConf('acl_user_templates');