Home
last modified time | relevance | path

Searched refs:INFO (Results 126 – 149 of 149) sorted by path

123456

/template/simpleclean/
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/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/spacious/css/
H A Dspacious.css2226 /* =HEADER INFO TEXT
/template/spacious/
H A Dtpl_functions.php131 global $ACT, $conf, $ID, $INFO;
137 $INFO['exists'] ? '' : 'notFound',
/template/sprintdoc/
H A DTemplate.php177 global $lang, $INFO;
195 'count' => count($this->plugins['tagging']->findItems(array('pid' => $INFO['id']), 'tag')),
/template/starterbootstrap/
H A Dsidebar.php65 global $INFO;
H A Dtpl_functions.php229 global $INFO;
238 if(($ACT == 'show' || substr($ACT, 0, 6) == 'export') && !$REV && $INFO['exists']) {
262 if( ($plugin !== null) && (!$plugin->forAdminOnly() || $INFO['isadmin']) ) {
421 global $INFO;
423 print 'you are:'.hsc($INFO['userinfo']['name']);
/template/strap/class/
H A DTplUtility.php1493 global $INFO;
1494 $INFO['prependTOC'] = $prependTOC;
/template/sxs/
H A Dsxs.php11 global $INFO;
13 if ($_REQUEST['do'] == 'logout' or !isset($INFO['userinfo'])) {
16 $user['groups'] = $INFO['userinfo']['grps'];
/template/taratasy/
H A Dtpl_functions.local.php10 global $INFO, $conf;
13 $ns = $INFO['namespace'];
35 global $INFO;
38 $cur_ns = $INFO['namespace'];
70 global $INFO;
72 print hsc($INFO['userinfo']['name']).' ('.hsc($_SERVER['REMOTE_USER']).')';
/template/tilus/
H A Dtpl_functions.php131 global $ACT, $conf, $ID, $INFO;
137 $INFO['exists'] ? '' : 'notFound',
/template/tr-twitter/
H A Dmain.php31 if ($INFO['namespace'] == "") { $pagetype = 'frontpage'; }
32 …else if ( strpos($INFO['id'], ":start") OR strpos($INFO['id'], ":categories") ) { $pagetype = 'cat…
105 widget_article_info($INFO);
H A Dwidgets.php1 <?php function widget_article_info($INFO) { ?> argument
4 … <li><b>Created:</b> <?php echo date('l jS F Y H:i:s', $INFO['meta']['date']['created']); ?></li>
5 … <li><b>Edited:</b> <?php echo date('l jS F Y H:i:s', $INFO['meta']['date']['modified']); ?></li>
6 <li><b>Edit summary:</b> <?php echo $INFO['sum']; ?></li>
/template/trendclassic/
H A Dtpl_functions.php131 global $ACT, $conf, $ID, $INFO;
137 $INFO['exists'] ? '' : 'notFound',
/template/tripillar/
H A Dtpl_functions.php131 global $ACT, $conf, $ID, $INFO;
137 $INFO['exists'] ? '' : 'notFound',
/template/typowiki/typowiki/
H A Dtpl_functions.php131 global $ACT, $conf, $ID, $INFO;
137 $INFO['exists'] ? '' : 'notFound',
/template/varicolored/
H A Dtpl_functions.php131 global $ACT, $conf, $ID, $INFO;
137 $INFO['exists'] ? '' : 'notFound',
/template/vector/conf/
H A Dtabs.php86 if(!empty($INFO["exists"])){
109 if (!empty($INFO["writable"])){ //$INFO comes from DokuWiki core
110 if (!empty($INFO["draft"])){
114 if(!empty($INFO["exists"])){
130 if (!empty($INFO["exists"]) &&
156 if (empty($INFO["subscribed"]) && //$INFO comes from DokuWiki core
/template/vector/
H A Dinc_cite.php25 $rev = (int)$INFO["rev"];
27 $rev = (int)$INFO["lastmod"];
H A Dmain.php109 $rev = (int)$INFO["rev"]; //$INFO comes from the DokuWiki core
111 $rev = (int)$INFO["lastmod"];
675 if (!empty($INFO["isadmin"]) ||
676 !empty($INFO["ismanager"])){
/template/vector/user/
H A Dtabs.php.dist87 if (empty($INFO["subscribedns"])){ //$INFO comes from DokuWiki core
/template/wallpaper/
H A Dtpl_functions.php163 global $INFO;
256 global $INFO;
264 $date = dformat($INFO['lastmod']);
267 if($INFO['exists']) {
270 if($INFO['editor']) {
271 echo ' ',$lang['by'],' ', $INFO['editor'];
275 if($INFO['locked']){
276 echo ' &middot; ', $lang['lockedby'], ': ', $INFO['locked'];
/template/white/
H A Dmain.php150 <?php if($INFO['exists']): ?>
H A Dtpl_functions.php68 global $INFO;
75 $date = dformat($INFO['lastmod']);
78 if($INFO['exists']) {

123456