Home
last modified time | relevance | path

Searched refs:tpl_main (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/punbb/punbb-1.4.6/style/Oxygen/
H A DOxygen.php6 if (isset($tpl_main)) {
7 …$tpl_main = str_replace('<!-- forum_board_title -->', forum_htmlencode($forum_config['o_board_titl… variable
8 $tpl_main = str_replace('<!-- forum_lang_menu_admin -->', $lang_common['Menu admin'], $tpl_main); variable
9 …$tpl_main = str_replace('<!-- forum_lang_menu_profile -->', $lang_common['Menu profile'], $tpl_mai… variable
/dports/www/punbb/punbb-1.4.6/
H A Dheader.php49 $tpl_main = file_get_contents($tpl_path); variable
54 while (preg_match('#<!-- ?forum_include "([^/\\\\]*?)" ?-->#', $tpl_main, $cur_include))
62 $tpl_main = str_replace($cur_include[0], $tpl_temp, $tpl_main); variable
69 $tpl_main = str_replace('<!-- forum_local -->', 'lang="'.$lang_common['lang_identifier'].'" dir="'.… variable
137 $tpl_main = str_replace('<!-- forum_head -->', $tmp_head, $tpl_main); variable
189 $tpl_main = str_replace(array_keys($gen_elements), array_values($gen_elements), $tpl_main); variable
218 $tpl_main = str_replace(array_keys($visit_elements), array_values($visit_elements), $tpl_main); variable
274 $tpl_main = str_replace('<!-- forum_admod -->', (!empty($admod_links)) ? '<ul id="brd-admod">'.impl… variable
310 $tpl_main = str_replace(array_keys($main_elements), array_values($main_elements), $tpl_main); variable
H A Dfooter.php47 $tpl_main = str_replace('<!-- forum_about -->', $tpl_temp, $tpl_main); variable
93 $tpl_main = str_replace('<!-- forum_debug -->', $tpl_temp, $tpl_main); variable
120 $tpl_main = str_replace('<!-- forum_javascript -->', $forum_loader->render_js(), $tpl_main); variable
133 exit($tpl_main);
H A Dindex.php253 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
344 $tpl_main = str_replace('<!-- forum_info -->', $tpl_temp, $tpl_main); variable
H A Dmoderate.php252 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
408 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
653 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
935 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
1090 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
1263 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
1738 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
H A Dregister.php101 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
464 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
H A Dmisc.php64 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
390 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
594 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
H A Dlogin.php362 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
472 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
H A Dhelp.php214 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
H A Dprofile.php209 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
384 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
644 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
752 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
H A Ddelete.php240 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
H A Dsearch.php536 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
774 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
H A Dviewtopic.php603 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
682 $tpl_main = str_replace('<!-- forum_qpost -->', $tpl_temp, $tpl_main); variable
/dports/www/punbb/punbb-1.4.6/admin/
H A Dextensions.php283 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
404 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
543 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
619 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
885 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
1098 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
H A Dusers.php174 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
401 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
523 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
694 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
835 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
1160 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
1460 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
H A Dprune.php166 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
293 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
H A Dcategories.php206 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
460 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
H A Dforums.php202 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
657 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
847 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
H A Dgroups.php316 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
677 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
866 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
H A Dindex.php242 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
H A Dbans.php235 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
584 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
H A Dreindex.php263 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
H A Dcensoring.php276 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
H A Dreports.php273 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable
H A Dranks.php307 $tpl_main = str_replace('<!-- forum_main -->', $tpl_temp, $tpl_main); variable

12