Quote:
Originally Posted by kh99
It looks like the problem is with the variable $navclass, in case that helps.
|
Thank you for your advice. I'll try it when my domain appears again in my new server. The code that I've for $navbar is:
PHP Code:
// Construct Navbar
construct_usercp_nav('addeditphoto');
$navbits = construct_navbits(array(
'usercp.php' . $vbulletin->session->vars['sessionurl_q'] => $vbphrase['user_control_panel'],
'media_usercp.php' . $vbulletin->session->vars['sessionurl_q'] => $vbphrase['mediagallery_photo_rating'],
'' => $vbphrase['mediagallery_post_photo']
));
$navbar = render_navbar_template($navbits);