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'] ));
|
Thanks. Will be in next version.