I need help installing U Shop, I have installed and configured the store, however adding the links to my skin is proving to be a total nightmare. My forums is located at:
http://www.101forums.com/forum the code
Code:
<if condition="$show['popups']">
<td id="shop" class="vbmenu_control"><a href="#shop">Store</a><script type="text/javascript"> vbmenu_register("shop");</script></td>
<else />
<td id="shop" class="vbmenu_control"><a href="ushop.php?$session[sessionurl]">Store</a></td>
</if>
Needs to be added to the navigation bar, however because I am not using the default skin I am having trouble inserting this code. Any help will be appreciated.