Home
last modified time | relevance | path

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

/plugin/ckgedit/conf/
H A Ddefault.php3 $conf['guest_toolbar']= 1;
H A Dmetadata.php3 $meta['guest_toolbar'] = array('onoff');
/plugin/ckgedit/action/
H A Dedit.php575 $guest_toolbar = $this->getConf('guest_toolbar');
577 if(!isset($INFO['userinfo']) && !$guest_toolbar) {