I Need An Extra Navbar

in the navbar template find <!-- / nav buttons bar -->

add below

HTML:
<div align="center">
	<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
	<tr align="center">	
		<td class="vbmenu_control"><a href="LINK">Description</a></td>
	</table>
</div>

If u want to add more than one button, than use:

HTML:
<div align="center">
	<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
	<tr align="center">	
		<td class="vbmenu_control"><a href="LINK1">Description</a></td>
		<td class="vbmenu_control"><a href="LINK2">Description</a></td>
		<td class="vbmenu_control"><a href="LINK3">Description</a></td>
	
	</table>
</div>

Replace LINK with the url, and the Description ...
 
Thanks Fios, but there was a plugin were you can add the website links and title and you can change them via admin control panel.
 
It took me 2 minutes to answer your question, but I will just take you 2 seconds to click the "THANKS" button.
 
Back
Top