Ok so I am making a custom vBulletin page using VB templates (used the article to make)
and the article said that to make a page inside a file you use.
PHP Code:
if($_REQUEST['do'] == 'why') {
{
eval('print_output("' . fetch_template('VIP_WHY') . '");');
}
It should work providing you have a template called vip_why, which I do, however when I go to vip.php?do=why I just the the contents of vip.php and not what should be appearing.
I have placed the code after the ?> and there are no errors, it just doesn't appear.
Can you please tell me what I am doing wrong.
Thanks,
C