Home
last modified time | relevance | path

Searched refs:INFO (Results 51 – 75 of 149) sorted by relevance

123456

/template/bootstrap3/compat/inc/Menu/Item/
H A DRevert.php15 global $INFO;
18 if(!$REV || !$INFO['writable']) {
/template/dokubook2/
H A Dtpl_functions.php57 global $INFO;
65 if(tpl_getConf('closedwiki') && empty($INFO['userinfo'])) {
148 global $INFO;
/template/rtd_suterdev/
H A Dmain.php10 global $conf, $ID, $INFO;
29 <body id="dokuwiki__top" data-id="<?php echo $ID ?>" data-namespace="<?php echo $INFO['namespace'] …
/template/arctic/
H A Dtpl_functions.php76 global $INFO;
127 if(isset($INFO['userinfo']['name'])) {
152 if(isset($INFO['userinfo']['name'], $INFO['userinfo']['grps'])) {
153 foreach($INFO['userinfo']['grps'] as $grp) {
/template/arctictut/
H A Dtpl_functions.php75 global $INFO;
126 if(isset($INFO['userinfo']['name'])) {
151 if(isset($INFO['userinfo']['name'], $INFO['userinfo']['grps'])) {
152 foreach($INFO['userinfo']['grps'] as $grp) {
/template/readthedokus/
H A Dmain.php10 global $conf, $ID, $INFO;
32 <body id="dokuwiki__top" data-id="<?php echo $ID ?>" data-namespace="<?php echo $INFO['namespace'] ?>" data-useragent="<?php echo $_SERVER['HTTP_USER_AGENT'] ?>" data-contentlang="<?php echo $conf["lang"] ?>">
/template/bootstrap3/inc/Menu/Item/
H A DPermalink.php30 global $INFO;
32 return DOKU_URL . DOKU_SCRIPT . '?id=' . $ID . '&rev=' . $INFO['lastmod'];
/template/r7throot3/
H A Dtpl_functions.php22 global $conf, $ID, $REV, $INFO;
32 global $conf, $ID, $REV, $INFO, $lang;
/template/comicslate/
H A Ddetail.php47 …array ( '/feed.php?mode=recent&amp;ns=' . $INFO [ 'namespace' ], tpl_getLang ( 'RSSpart' ), 'rss' …
48 …array ( '/feed.php?mode=recent&amp;ns=' . $INFO [ 'namespace' ] . '&amp;onlynewpages=1', tpl_getLa…
212 if ( $INFO [ 'ismanager' ] ) { // Pageinfo
/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/starterbootstrap/
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/kkh/
H A Dmain.php138 if ($INFO['editable']) {
141 … <a href='".DOKU_BASE."doku.php?id=".$INFO['namespace'].":sidebar'>Menü anzeigen/bearbeiten</a>
/template/roundbox/
H A Droundbox.php45 global $INFO;
51 if ($_REQUEST['do'] == 'logout' or !isset($INFO['userinfo']))
56 $user['groups'] = $INFO['userinfo']['grps'];
/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/simple_sidebar/
H A Dmain.php149 global $INFO;
150 $pageid = "sidebar:" . $INFO['client'];
/template/monobook/
H A Dmain.php109 $rev = (int)$INFO["rev"]; //$INFO comes from the DokuWiki core
111 $rev = (int)$INFO["lastmod"];
744 if (!empty($INFO["isadmin"]) ||
745 !empty($INFO["ismanager"])){
/template/vector/
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/cowboy/
H A Dtpl_functions.php109 global $ACT, $conf, $ID, $INFO;
115 $INFO['exists'] ? '' : 'notFound',
/template/plaintext/
H A Dtpl_functions.php109 global $ACT, $conf, $ID, $INFO;
115 $INFO['exists'] ? '' : 'notFound',
/template/benjamin/
H A Dtpl_functions.php109 global $ACT, $conf, $ID, $INFO;
115 $INFO['exists'] ? '' : 'notFound',
/template/m1/
H A Dtpl_functions.php109 global $ACT, $conf, $ID, $INFO;
115 $INFO['exists'] ? '' : 'notFound',
/template/mnml-blog/user/
H A Dboxes.php.dist119 if (!empty($INFO["writable"])){ //$INFO comes from DokuWiki core
120 if (!empty($INFO["draft"])){
123 if(!empty($INFO["exists"])){
137 if (!empty($INFO["isadmin"]) ||
138 !empty($INFO["ismanager"])){
/template/parallax/
H A Dtpl_functions.php131 global $ACT, $conf, $ID, $INFO;
137 $INFO['exists'] ? '' : 'notFound',
/template/hexa/
H A Dtpl_functions.php131 global $ACT, $conf, $ID, $INFO;
137 $INFO['exists'] ? '' : 'notFound',
/template/jessica/
H A Dtpl_functions.php131 global $ACT, $conf, $ID, $INFO;
137 $INFO['exists'] ? '' : 'notFound',

123456