Thanks for the response Lynn. In the functions.php file all I can find is:
Code:
$navbits = construct_navbits(array('' => $vbphrase['vbulletin_message']));
$navbar = render_navbar_template($navbits);
and this
Code:
$navbits = $navbar = '';
and this
Code:
function render_navbar_template($navbits)
Sorry for being such a hassle, just trying to figure it out. But all I want to do is make my navbar2 template display using navbar2 variable not insert navbits, etc. (or do i?)