Home
last modified time | relevance | path

Searched refs:INFO (Results 126 – 149 of 149) sorted by last modified time

123456

/template/gtopia/
H A Dmain.php69 if(($INFO['id'] == $conf['start'] && tpl_getConf('disableMainImgOnSubpages') == "1") || tpl_getConf…
/template/darkclean/
H A Dmain.php68 <?php if ($INFO['perm'] > AUTH_READ || true == $conf['tpl_mmClean']['wikiBar'] ) { ?>
H A Dtpl_functions.php19 global $conf, $ID, $REV, $INFO;
41 if ( $INFO['perm'] > AUTH_READ )
53 global $INFO,$ID,$lang;
54 $perm = $INFO['perm'];
78 if(isset($INFO['userinfo']['name'])) {
93 global $conf, $ID, $REV, $INFO, $lang;
121 if ( $INFO['perm'] >= AUTH_READ )
129 if ( $INFO['perm'] > AUTH_READ )
141 global $conf, $ID, $REV, $INFO, $ACT;
/template/arctic-mbo/
H A Dtpl_functions.php75 global $INFO;
136 if(isset($INFO['userinfo']['name'])) {
161 if(isset($INFO['userinfo']['name'], $INFO['userinfo']['grps'])) {
162 foreach($INFO['userinfo']['grps'] as $grp) {
/template/scanlines/
H A Dtpl_functions.php78 global $INFO;
144 if(isset($INFO['userinfo']['name'])) {
182 if(isset($INFO['userinfo']['name'], $INFO['userinfo']['grps'])) {
183 foreach($INFO['userinfo']['grps'] as $grp) {
/template/spacedok/
H A Dmain.php90 <?php if ($INFO['exists'] && ($ACT == 'show') && $INFO['perm']
99 <?php if ($INFO['editable']){?>
126 <?php echo $INFO['userinfo']['name']?>
134 <?php if ($INFO['perm'] == 255){?>
/template/dokubrick/
H A Dtpl_functions.php54 global $INFO;
87 if(isset($INFO['userinfo']['name'])) {
110 if(isset($INFO['userinfo']['name'], $INFO['userinfo']['grps'])) {
111 foreach($INFO['userinfo']['grps'] as $grp) {
/template/drupal_garland_blue/
H A Dtpl_functions.php16 global $ID, $REV, $INFO, $lang;
22 $namespace_sidebar_name = $INFO['namespace'].'_'.tpl_getConf('sidebar_pagename').'_'.$side;
/template/neolaoresources3/
H A Dmain.php19 global $INFO;
27 }elseif(($ACT == 'show' || substr($ACT,0,6) == 'export') && !$REV && $INFO['exists']){
50 (!$plugin->forAdminOnly() || $INFO['isadmin']) ){
203 if( $INFO['ismanager'] ){
/template/mmkanso/
H A Dmain.php50 if ($INFO['perm'] > AUTH_READ || true == $conf['tpl_mmKanso']['wikiBar'] )
H A Dtpl_functions.php22 global $INFO,$ID,$lang,$REV;
23 $perm = $INFO['perm'];
45 global $INFO,$ID,$lang,$REV;
46 $perm = $INFO['perm'];
70 global $INFO, $ID, $conf;
100 if ( $INFO['perm'] > AUTH_READ )
/template/influence/
H A Dmain.php50 <?php if($INFO['userinfo']){?>
64 <?php if($INFO['userinfo']){?>
80 <?php if($INFO['userinfo']){?>
109 <?php if($INFO['userinfo']){?>
/template/masa/
H A Dtpl_functions.php150 global $INFO;
183 if(isset($INFO['userinfo']['name'])) {
206 if(isset($INFO['userinfo']['name'], $INFO['userinfo']['grps'])) {
207 foreach($INFO['userinfo']['grps'] as $grp) {
/template/mmzire/
H A Dtpl_functions.php20 global $INFO,$ID,$lang;
21 $perm = $INFO['perm'];
49 if(isset($INFO['userinfo']['name']))
68 global $conf, $ID, $REV, $INFO;
71 if ( $INFO['perm'] > AUTH_READ )
H A Dmain.php43 if ($INFO['perm'] > AUTH_READ || true == $conf['tpl_mmZire']['wikiBar'] )
/template/mmclean/
H A Dtpl_functions.php19 global $conf, $ID, $REV, $INFO;
22 if ( $INFO['perm'] > AUTH_READ )
34 global $INFO,$ID,$lang;
35 $perm = $INFO['perm'];
59 if(isset($INFO['userinfo']['name'])) {
74 global $conf, $ID, $REV, $INFO, $lang;
99 if ( $INFO['perm'] > AUTH_READ )
111 global $conf, $ID, $REV, $INFO, $ACT;
H A Dmain.php67 <?php if ($INFO['perm'] > AUTH_READ || true == $conf['tpl_mmClean']['wikiBar'] ) { ?>
/template/dokubook2/
H A Dtpl_functions.php57 global $INFO;
65 if(tpl_getConf('closedwiki') && empty($INFO['userinfo'])) {
148 global $INFO;
/template/battlehorse/
H A Dmain.php232 …index') || is_action_enabled('recent') || (is_action_enabled('admin') && $INFO['perm'] == 255 ))) …
244 <?php if (is_action_enabled('admin') && $INFO['perm'] == 255) { ?>
258 echo $INFO['userinfo']['name'] ;
/template/sidebar_theme/
H A Dtpl_functions.php22 global $conf, $ID, $REV, $INFO,$lang;
/template/sxs/
H A Dsxs.php11 global $INFO;
13 if ($_REQUEST['do'] == 'logout' or !isset($INFO['userinfo'])) {
16 $user['groups'] = $INFO['userinfo']['grps'];
/template/lilas/
H A Dsidebar.php11 global $INFO;
/template/cherokee-based/
H A Dtpl_functions.php22 global $conf, $ID, $REV, $INFO,$lang;
/template/amanuensis/inc/
H A Dfunctionmods.php41 global $INFO;
43 …if(($ACT == 'show' || $ACT == 'search')&&$INFO['writable']&&$conf['amanuensis']['addpagemod']=='tr…
84 global $INFO;
94 if($INFO['writable']){
95 if($INFO['exists']){
137 if($INFO['perm'] == AUTH_ADMIN)

123456