chuchukuttie:
look in your header template.
Find <a href="usercp.php">
You will have to modify the code around this area because the style is using custom code.
You'll need to add id="usercpoptions" and also <script type="text/javascript"> vbmenu_register("usercpoptions"); </script>
Something similar to this.
<td id="usercpoptions" width="67" height="29"><a href="usercp.php"><img id="nav_cp" src="iSkin/misc/nav_cp.gif" width="67" height="29" border="0" alt="" /></a><script type="text/javascript"> vbmenu_register("usercpoptions"); </script></td>
|