to add a new link.. find this in navbar:-
Code:
<!-- nav buttons bar -->
<div class="tborder" style="padding:$stylevar[cellspacing]px; border-top-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
then add this for new links:-
Code:
<td class="vbmenu_control"><a href="file.php$session[sessionurl_q]">Your Link</a></td>
You may adjust the positioning accordingly and add as many links as you want.. hope this helps !!