Tue 9 Dec 2008
What if you want to add a custom menu item on the top menu of magento? It currently has to be either a static block or category.
The solution is to make some modifications at “app\design\frontend\default\default\template\catalog\navigation\top.phtml”
and add a piece of code like:
<li class=”level0 nav-cat1″>
<a href=”http://localhost/test/index.php/yourpage.html”><span>Your Page</span></a>
</li>