Home
last modified time | relevance | path

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

/plugin/loadskin/
H A Dhelper.php53 $mobileSwitch = $this->getConf('mobileSwitch');
55 if ($mobileSwitch && $mobileTpl) {
H A Daction.php129 $mobileSwitch = $this->getConf('mobileSwitch');
143 if ($user && !$mobileSwitch)
151 if ($user && $tplUser && in_array($tplUser, $tpls) && !$mobileSwitch){
/plugin/loadskin/conf/
H A Ddefault.php9 $conf['mobileSwitch'] = 0;
H A Dmetadata.php9 $meta['mobileSwitch'] = array('onoff');