Home
last modified time | relevance | path

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

123456

/template/boozurk/
H A Dtpl_functions.php131 global $ACT, $conf, $ID, $INFO;
137 $INFO['exists'] ? '' : 'notFound',
/template/breeze/
H A Dtpl_functions.php109 global $ACT, $conf, $ID, $INFO;
115 $INFO['exists'] ? '' : 'notFound',
/template/bulma/
H A Dtpl_functions.php50 global $INFO;
51 $INFO['prependTOC'] = $prependTOC;
/template/bushwick/
H A Dtpl_functions.php131 global $ACT, $conf, $ID, $INFO;
137 $INFO['exists'] ? '' : 'notFound',
/template/byu_2017_theme/
H A Dmain.php97 if (!empty($_SERVER['REMOTE_USER']) && $INFO['isadmin']) {
/template/cherokee-based/
H A Dtpl_functions.php22 global $conf, $ID, $REV, $INFO,$lang;
/template/chippedsnow/
H A Dtpl_functions.php131 global $ACT, $conf, $ID, $INFO;
137 $INFO['exists'] ? '' : 'notFound',
/template/cleanresurrected/
H A Dtpl_functions.php131 global $ACT, $conf, $ID, $INFO;
137 $INFO['exists'] ? '' : 'notFound',
/template/comicslate/
H A Ddetail.php47 …array ( '/feed.php?mode=recent&ns=' . $INFO [ 'namespace' ], tpl_getLang ( 'RSSpart' ), 'rss' …
48 …array ( '/feed.php?mode=recent&ns=' . $INFO [ 'namespace' ] . '&onlynewpages=1', tpl_getLa…
212 if ( $INFO [ 'ismanager' ] ) { // Pageinfo
H A Dmain.php2 $NS = $INFO [ 'namespace' ]; $t2 = "\n\t\t"; $t3 = "\n\t\t\t"; $t4 = "\n\t\t\t\t"; $t5 = "\n\t\t\t\…
160 if ( $INFO [ 'ismanager' ] ) { // Pageinfo
H A Dmediamanager.php6 $NS = $INFO [ 'namespace' ]; $t2 = "\n\t\t";
/template/congrid/
H A Dtpl_init.php12 global $INFO;
16 if ($INFO['isadmin'] && $INPUT->str('do') && $INPUT->str('do') == 'check') {
/template/cowboy/
H A Dtpl_functions.php109 global $ACT, $conf, $ID, $INFO;
115 $INFO['exists'] ? '' : 'notFound',
/template/cutopillar/
H A Dtpl_functions.php131 global $ACT, $conf, $ID, $INFO;
137 $INFO['exists'] ? '' : 'notFound',
/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/darkwood/
H A Dtpl_functions.php131 global $ACT, $conf, $ID, $INFO;
137 $INFO['exists'] ? '' : 'notFound',
/template/dokubook/
H A Dmain.php43 if($ACT == 'show' && $INFO['ismanager'] && actionOK('revert') && !empty($REV)) {
H A Dtpl_functions.php84 global $INFO;
92 if(tpl_getConf('closedwiki') && empty($INFO['userinfo'])) {
/template/dokubook2/
H A Dtpl_functions.php57 global $INFO;
65 if(tpl_getConf('closedwiki') && empty($INFO['userinfo'])) {
148 global $INFO;
/template/dokubootstrapsimplified/
H A Dtpl_functions.php202 global $INFO;
205 …opdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">'.hsc($INFO['userinfo']['name']…
/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/dokucms/
H A Dtpl_functions.php192 global $INFO;
212 global $INFO;
219 $date = dformat($INFO['lastmod']);
222 if($INFO['exists']){
225 if($INFO['editor']) {
226 echo ' ', $lang['by'], ' ', $INFO['editor'];
230 if($INFO['locked']){
231 echo ' &middot; ', $lang['lockedby'], ': ', $INFO['locked'];
/template/dokukit/
H A Dtpl_functions.php219 global $INFO;
226 $date = dformat($INFO['lastmod']);
229 if($INFO['exists']){
232 if($INFO['editor']) {
233 echo ' ', $lang['by'], ' ', $INFO['editor'];
237 if($INFO['locked']){
238 echo ' &middot; ', $lang['lockedby'], ': ', $INFO['locked'];
/template/drop/
H A Dtpl_functions.php131 global $ACT, $conf, $ID, $INFO;
137 $INFO['exists'] ? '' : 'notFound',

123456