Quote:
Originally Posted by BBF
thanks for this one
only one little problem:
change
PHP Code:
$navbits = construct_navbits(array(
'all_albums.php' . $vbulletin->session->vars['sessionurl_q'] => construct_phrase($vbphrase['xs_profile'], $userinfo['username']),
'' => $vbphrase['albums']
));
to:
PHP Code:
$navbits = construct_navbits(array(
'all_albums.php' . $vbulletin->session->vars['sessionurl_q'] => construct_phrase($vbphrase['xs_albums'], $userinfo['username']),
'' => $vbphrase['albums']
));
|
What does this do? Do we have to change this in the php file? Thanks, rg.