Quote:
Originally Posted by Nakadai
Thanks, amazing job!
I like the theme a lot, but can't seem to add to the navbar. The coding differs from usual.
Any tips on how to add a link to the themes navbar?
|
i hope Ohiosweetheart doesnt mind me saying this but,
you add your links in the header template:
search in header template:
Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
add your links after that eg:
Code:
<td class="vbmenu_control"><a href="http://www.YOUR LINK">NAME</a></td>