Quote:
Originally Posted by NakedAlien
How can you add a new link to the navigation bar?
|
You must edit Header template
For example:
In this template, find:
HTML Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Add below:
HTML Code:
<td class="vbmenu_control"><a href="your_link">your_phrase</a></td>
Change "your_link" and "your_phrase"