Home
last modified time | relevance | path

Searched defs:showTools (Results 51 – 59 of 59) sorted by relevance

123

/template/pinkberrynight/
H A Dmain.php15 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USE… variable
/template/kajukkd/
H A Dmain.php32 $showTools = true; variable
/template/bulma/
H A Dmain.php15 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USER']) ); variable
/template/kiwiki/
H A Dmain.php14 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USER']) ); variable
/template/argon-alt/
H A Dmain.php16 $showTools = !tpl_getConf('hideTools') || (tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USER… variable
/template/argon/
H A Dmain.php8 $showTools = !tpl_getConf('hideTools') || (tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USER… variable
/template/starterbootstrap/
H A Dmain.php12 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER['REMOTE_USER'] ); variable
/template/sprintdoc/
H A Dmain.php23 $showTools = true; variable
/template/dokubootstrapsimplified/
H A Dtpl_functions.php145 function _tpl_output_page_tools($showTools = true, $element = 'li'){

123