Home
last modified time | relevance | path

Searched refs:showPageTools (Results 1 – 3 of 3) sorted by path

/template/bootstrap3/conf/
H A Ddefault.php61 $conf['showPageTools'] = 'always';
/template/mikio/
H A Dmain.php96 $showPageTools = $TEMPLATE->getConf('pageToolsFloating');
98 $ACT === 'show' && ($showPageTools === 'always' || $TEMPLATE->userCanEdit() === true &&
99 $showPageTools === 'page editors')
97 $showPageTools = $TEMPLATE->getConf('pageToolsFloating'); global() variable
H A Dmikio.php1239 $showPageTools = $this->getConf('pageToolsFooter');
1241 strcasecmp($ACT, 'show') === 0 && (strcasecmp($showPageTools, 'always') === 0 ||
1242 $this->userCanEdit() === true && strcasecmp($showPageTools, 'page editors') === 0)