Home
last modified time | relevance | path

Searched refs:showTools (Results 1 – 25 of 63) sorted by path

123

/template/able/
H A Dmain.php15 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USE… variable
135 <?php if ($showTools): ?>
150 <?php if ($conf['useacl'] && $showTools): ?>
/template/ach/
H A Dmain.php13 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER['REMOTE_USER'] ); variable
64 <?php if ($showTools): ?>
101 <?php if ($conf['useacl'] && $showTools): ?>
/template/apricot/
H A Dheader.php28 <?php if ($conf['useacl'] && $showTools): ?>
H A Dmain.php15 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER['REMOTE_USER'] ); variable
74 <?php if ($showTools): ?>
/template/aran/
H A Dmain.php14 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER['REMOTE_USER'] ); variable
64 <?php if ($conf['useacl'] && $showTools): ?>
146 <?php if ($showTools): ?>
/template/arcade-basic/
H A Dmain.php15 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USE… variable
135 <?php if ($showTools): ?>
150 <?php if ($conf['useacl'] && $showTools): ?>
/template/arcadebasic/
H A Dmain.php15 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USER']) ); variable
149 <?php if ($showTools): ?>
168 <?php if ($conf['useacl'] && $showTools): ?>
/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
142 <?php if ($showTools && !tpl_getConf('movePageTools')): ?>
223 <?php if ($showTools && tpl_getConf('movePageTools')): ?>
/template/artforwater/
H A Dmain.php15 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USER']) ); variable
91 <?php if ($showTools): ?>
140 <?php if ($conf['useacl'] && $showTools): ?>
/template/basical/
H A Dmain.php15 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USE… variable
111 <?php if ($conf['useacl'] && $showTools): ?>
135 <?php if ($showTools): ?>
/template/benjamin/
H A Dmain.php14 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USE… variable
116 <?php if ($showTools): ?>
135 <?php if ($conf['useacl'] && $showTools): ?>
/template/bootstrap3/conf/
H A Ddefault.php65 $conf['showTools'] = 'always';
/template/boozurk/
H A Dmain.php15 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USE… variable
231 <?php if ($conf['useacl'] && $showTools): ?>
316 <?php if ($showTools): ?>
/template/bulma/
H A Dmain.php15 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USER']) ); variable
/template/bushwick/
H A Dmain.php15 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USE… variable
65 <?php if ($conf['useacl'] && $showTools): ?>
142 <?php if ($showTools): ?>
/template/chippedsnow/
H A Dmain.php15 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USE… variable
90 <?php if ($conf['useacl'] && $showTools): ?>
121 <?php if ($showTools): ?>
/template/cleanresurrected/
H A Dmain.php15 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USE… variable
144 <?php if ($showTools): ?>
158 <?php if ($conf['useacl'] && $showTools): ?>
/template/cowboy/
H A Dmain.php14 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USE… variable
62 <?php if ($conf['useacl'] && $showTools): ?>
148 <?php if ($showTools): ?>
/template/cutopillar/
H A Dmain.php15 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USE… variable
/template/darkwood/
H A Dmain.php15 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USE… variable
108 <?php if ($showTools): ?>
130 <?php if ($conf['useacl'] && $showTools): ?>
/template/dokubootstrapsimplified/
H A Dmain.php15 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER['REMOTE_USER'] ); variable
67 <?php _tpl_output_page_tools($showTools, 'li'); ?>
H A Dtpl_functions.php145 function _tpl_output_page_tools($showTools = true, $element = 'li'){ argument
148 if ($showTools) {
/template/dokutwitterbootstrap/
H A Dmain.php13 $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER['REMOTE_USER'] ); variable
75 _tpl_output_tools_twitter_bootstrap($conf['useacl'] && $showTools);
132 <?php _tpl_output_page_tools($showTools, 'li'); ?>
H A Dtpl_functions.php304 function _tpl_output_tools_twitter_bootstrap($showTools = true, $element = 'li') argument
306 if ($showTools) {
323 function _tpl_output_page_tools($showTools = true, $element = 'li'){ argument
331 if ($showTools) {

123