Home
last modified time | relevance | path

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

/template/mikio/
H A Dmain.php104 $showPageTools = $TEMPLATE->getConf('pageToolsFloating'); variable
106 $ACT === 'show' && ($showPageTools === 'always' || ($TEMPLATE->userCanEdit() === true &&
107 $showPageTools === 'page editors'))
H A Dmikio.php1361 $showPageTools = $this->getConf('pageToolsFooter');
1363 !is_null($ACT) && !is_null($showPageTools) &&
1364 strcasecmp($ACT, 'show') === 0 && (strcasecmp($showPageTools, 'always') === 0 ||
1365 ($this->userCanEdit() === true && strcasecmp($showPageTools, 'page editors') === 0))
/template/bootstrap3/conf/
Ddefault.php61 $conf['showPageTools'] = 'always';