Finding things in Templates
ok im installign the store hack
and in a couple of the skins i use
in the nav bar template
i need to find
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
and put
<td id="shop" class="vbmenu_control"><a href="#shop">Store</a><script type="text/javascript"> vbmenu_register("shop");</script></td>
below it but i cant find it to put that below it
|