hey
i took my navbar from vbulletin, and moved the links from the navbar into a table that lies underneath my header
you can check it out at
www.ready-up.com
my question is, in the header code i have this line for the quicklinks
Code:
<if condition="$show['member']">
<td id="usercptools" class="headernav"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
</if>
i want to edit that drop down menu, to rearrange the order of the links and remove some of them. its calling for $vbphrase[quick_links] but i cant figure out where to go to edit the format of that menu. can someone help me please.