View Single Post
Old December 31st, 2004, 09:50 AM   #4 (permalink)
wacnstac
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 423
Here is an example of how vb does it in announcements.php.

$navbits["$vboptions[forumhome].php"] = $vbphrase['announcements'];

$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');

eval('print_output("' . fetch_template('announcement') . '");');

I'm just not sure of the syntax to do the same in header-inc.php.
wacnstac is offline   Reply With Quote