Edit Default Menu tags

top50servers

Active Member
Hi all,

I have the {$menu-1} tag loading this by default:

Code:
<ul class="nav menu-1">
<li><a href="http://top50servers.com/join/">Add Your Server</a></li>
<li><a href="http://top50servers.com/user_cpl/">UCP</a></li>
<li><a href="http://top50servers.com/page/premium/">Premium</a></li>
<li><a href="http://top50servers.com/page/advertise/">Advertise</a></li>
<li><a href="http://top50servers.com/callback-guide/">Incentives</a></li>
</ul>
How do I edit it so the <ul> tags can be removed?
 

Mark

Administrator
Staff member
Easiest way is to create your own plugin (skin_global) and override the function in skin.php that builds these menus.

If you want to do this is for styling purposes, that would probably be a poor solution. You can make this look anyway you like using CSS without writing any PHP code. ul/li are extremely flexible.
 
Top