Searched refs:showPageTools (Results 1 – 3 of 3) sorted by relevance
104 $showPageTools = $TEMPLATE->getConf('pageToolsFloating'); variable106 $ACT === 'show' && ($showPageTools === 'always' || ($TEMPLATE->userCanEdit() === true &&107 $showPageTools === 'page editors'))
1361 $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))
61 $conf['showPageTools'] = 'always';