Quote:
Originally Posted by Boofo
The second file code you posted should work how you want it to then. Otr try this:
Code:
// build navbar
$navbits = array();
$navbits[''] = 'vBInfo';
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('vBInfo') . '");');
Without the do wrap.
|
tried that but then info.php?do=rules don?t work.