Welcome Guest [Log In] [Register]
Viewing Single Post From: SubMenu Reordering ?
Viral
Member Avatar
i'm stanley nao
[ *  *  *  *  * ]
You could just replace the contents of the submenu, it would be easier.

Code: HTML
 
<script type="text/javascript">
//<![CDATA[
$("#submenu").html('<a href="'+main_url+'search">Search</a>');
//]]>
</script>
Offline Profile Quote Post
SubMenu Reordering ? · Coding & Modifications