Home
last modified time | relevance | path

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

/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.php1224 $showPageTools = $this->getConf('pageToolsFooter');
1226 strcasecmp($ACT, 'show') === 0 && (strcasecmp($showPageTools, 'always') === 0 ||
1227 $this->userCanEdit() === true && strcasecmp($showPageTools, 'page editors') === 0)
/template/bootstrap3/conf/
H A Ddefault.php61 $conf['showPageTools'] = 'always';