The exact code can vary by style but for anything close to the default style it would be...
Edit navbar template.
Find this line:
Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Right before or right after it add this line:
Code:
<td class="vbmenu_control"><a href="all_albums.php$session[sessionurl_q]">$vbphrase[all_albums]</a></td>