sure man, no problem, everyones new at this sometimes, but once you get it down it goes much easier

Troubleshooting is just somthing you need to do on a regular basis
Try this: in navbar template
find:
Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
replace with
Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<td class="vbmenu_control"><a href="ishop.php$session[sessionurl_q]">IShop</a></td>