The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
||||
|
||||
![]()
Yes, I have this code:
Code:
$navbits = array(); $navbits[$parent] = 'My page title'; $navbits = construct_navbits($navbits); eval('$navbar = "' . fetch_template('navbar') . '";'); eval('print_output("' . fetch_template('mytemplate') . '");'); if ($_GET['do'] == 'faq') { eval('print_output("' . fetch_template('mytemplate_faq') . '");'); } Solved: Code:
if ($_GET['do'] == 'mypage') { eval('print_output("' . fetch_template('page_test_1') . '");'); } else{ eval('print_output("' . fetch_template('page_test') . '");'); } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|