have no idea what you mean. im not good in php and thoose stuff so i would need an example of how its should look like.
right now its like this:
Code:
// build navbar
$navbits = array();
$navbits['index.php' . $vbulletin->session->vars['sessionurl'] . ""] = $vbphrase['jmdp_home'];
$navbits[''] = $singlenews['newstitle'];
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('JmDPortal_singlenews') . '");');