CUSTOM MAIN MENU
by yousuc (http://www.yersister.com)

-----------------------------------------------------------------------------------------------------------------------------------

1. Create a new custom Block.

2. Paste below into HTML area.

---BEGIN CUT HERE---
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td class="flyoutLink"><a href="/index.php">Home</a></td></tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td class="flyoutLink" handle="News"><a href="/modules/news/">News</a></td></tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td class="flyoutLink" handle="Downloads"><a href="/modules/mydownloads/">Downloads</a></td></tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td class="flyoutLink"><a href="/modules/faq/">FAQ</a></td></tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td class="flyoutLink"><a href="/modules/newbb/">Forums</a></td></tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td class="flyoutLink"><a href="/modules/memberslist/">Members List</a></td></tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td class="flyoutLink"><a href="/modules/partners/">Partners Sites</a></td></tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td class="flyoutLink" handle="WebLinks"><a href="/modules/mylinks/">Web Links</a></td></tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td class="flyoutLink"><a href="/modules/contact/">Contact Us</a></td></tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td class="flyoutLink"><a href="/modules/visitors2/">Stats</a></td></tr></table>
---END CUT HERE---

Now the new Custom Main Menu is complete. You can modify to your liking.

In next release I will have one that automagically tags it with the class calls. But will not generate the XML!


