I'm trying to install vBgarage with this sleek looking skin, but I need to edit some navbar codes to the template. However, it seems the template has been changed. Where can I find / or insert the following codes?
Instructions from vBgarage 3.5
Open your styles NAVBAR template.
- Find the following:
Code:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
- Below add this:
Code:
<td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl]do=list">$vbphrase[vbgarage]</a></td>