Home
last modified time | relevance | path

Searched refs:ID (Results 351 – 371 of 371) sorted by path

1...<<1112131415

/template/tr-money/
H A Ddetail.php51 <p>&larr; <?php echo $lang['img_backto']?> <?php tpl_pagelink($ID)?></p>
/template/tr-twitter/
H A Ddetail.php51 <p>&larr; <?php echo $lang['img_backto']?> <?php tpl_pagelink($ID)?></p>
/template/trendclassic/
H A Dtpl_functions.php20 global $ID;
23 $discussPage = str_replace('@ID@', $ID, $discussionPage);
25 $isDiscussPage = strpos($ID, $discussPageRaw) !== false;
26 $backID = ':'.str_replace($discussPageRaw, '', $ID);
131 global $ACT, $conf, $ID, $INFO;
138 ($ID == $conf['start']) ? 'home' : '',
/template/tripillar/
H A Dtpl_functions.php20 global $ID;
23 $discussPage = str_replace('@ID@', $ID, $discussionPage);
25 $isDiscussPage = strpos($ID, $discussPageRaw) !== false;
26 $backID = ':'.str_replace($discussPageRaw, '', $ID);
131 global $ACT, $conf, $ID, $INFO;
138 ($ID == $conf['start']) ? 'home' : '',
/template/typo/
H A Ddetail.php52 <p>&larr; <?php echo $lang['img_backto']?> <?php tpl_pagelink($ID)?></p>
H A Dtpl_functions.php14 global $ID;
17 list($ns, $chunk) = explode(':', $ID, 2);
/template/typowiki/typowiki/
H A Dtpl_functions.php20 global $ID;
23 $discussPage = str_replace('@ID@', $ID, $discussionPage);
24 $discussPageRaw = str_replace('@ID@', '', $discussionPage);
25 $isDiscussPage = strpos($ID, $discussPageRaw) !== false;
26 $backID = ':'.str_replace($discussPageRaw, '', $ID);
131 global $ACT, $conf, $ID, $INFO;
138 ($ID == $conf['start']) ? 'home' : '',
/template/varicolored/
H A Dtpl_functions.php20 global $ID;
23 $discussPage = str_replace('@ID@', $ID, $discussionPage);
25 $isDiscussPage = strpos($ID, $discussPageRaw) !== false;
26 $backID = ':'.str_replace($discussPageRaw, '', $ID);
131 global $ACT, $conf, $ID, $INFO;
138 ($ID == $conf['start']) ? 'home' : '',
/template/vector/
H A Dinc_detail.php93 &larr; <?php echo $lang['img_backto']?> <?php tpl_pagelink($ID)?>
/template/wallpaper/
H A Ddetail.php43 <p>&larr; ', $lang['img_backto'], ' ', tpl_pagelink($ID), '</p>
H A Dmain.php130 echo '<form class="button" method="get" action="',wl($ID),'">
133 <input type="hidden" name="id" value="', $ID, '" />
H A Dtpl_functions.php18 global $ID;
133 global $ID;
258 global $ID;
261 if (!auth_quickaclcheck($ID)) { return; }
289 global $ID;
290 $nsarr = explode(':',$ID);
323 global $ID;
331 $parts = explode(':', $ID);
/template/white/
H A Dtpl_functions.php69 global $ID;
72 if(!auth_quickaclcheck($ID)) {
/template/wikimagination/
H A Ddetail.php96 <p>&larr; <?php echo $lang['img_backto']?> <?php tpl_pagelink($ID)?></p>
117 <?php tpl_link(wl($ID,'do=backlink'), "Backlinks")?>
H A Dmain.php67 <?php tpl_link(wl($ID, 'do=backlink'), "Backlinks"); ?>
/template/writers/
H A Ddetail.php74 <p class="back">&larr; <?php echo $lang['img_backto']?> <?php tpl_pagelink($ID)?></p>
H A Dtpl_functions.php20 global $ID;
22 $discussPage = str_replace('@ID@',$ID,$discussionPage);
24 $isDiscussPage = strpos($ID,$discussPageRaw)!==false;
25 $backID = str_replace($discussPageRaw,'',$ID);
74 global $ID;
82 tpl_link(wl($ID,'do=register'),$lang_register,'class="action register" rel="nofollow"');
84 echo html_btn('register',$ID,'',array('do'=>'register'),'get',0,$lang_register);
/template/zenlike/
H A Ddetail.php90 &larr; <?php echo $lang['img_backto']?> <?php tpl_pagelink($ID)?>
H A Dtpl_functions.php20 global $ID;
22 $discussPage = str_replace('@ID@', $ID, $discussionPage);
24 $isDiscussPage = strpos($ID, $discussPageRaw) !== false;
25 $backID = str_replace($discussPageRaw, '', $ID);
74 global $ID;
82 tpl_link(wl($ID, 'do=register'), $lang_register, 'class="action register" rel="nofollow"');
84 echo html_btn('register', $ID, '', array('do'=>'register'), 'get', 0, $lang_register);
/template/zero/
H A Ddetail.php54 <p>&larr; <?php echo $lang['img_backto']?> <?php tpl_pagelink($ID)?></p>
H A Dmain.php54 …[[<?php tpl_link(wl($ID,'do=backlink'),tpl_pagetitle($ID,true),'title="'.$lang['btn_backlink'].'"'…
92 if (getNS($ID)) $pmenu = ":".getNS($ID).":menuL";
128 if (getNS($ID)) $pmenu = ":".getNS($ID).":menuR";

1...<<1112131415