I am using (vBulletin 4.0.5 Patch Level 6)
Plugin Code:
Code:
ob_start();
require_once('/home/XXXX/public_html/Web/Kellys_New_Menu.php');
$kbar = ob_get_contents();
ob_end_clean();
vB_Template::preRegister('header',array('kellysmenu' => $kellysmenu));
Using Hook: global_start_init_start
To display in header template I tried both below, but I still get no output
Code:
$kellysmenu
{vb:raw kellysmenu}
Can anyone help please