Or if you just want to add a regular Navigation Link in additional to the others do this:
Find this in the
Navi Bar Template
Code:
<if condition="$show['popups']">
After that code
Add This:
Quote:
<td id="custommenu" class="vbmenu_control">
<a href="#">Custom Menu</a>
<script type="text/javascript">
vbmenu_register("custommenu");
</script>
</td>
|
What's in the
Pink is the
Menu Name
What's in the
Blue is the
LINK
What's in the
purple is the
Menu Name
Enjoys