Add Custom Top Menu Navigation Link in Magento 1.9

magento-1.9

How to add custom navigation link in top menu of magento. I have two controller actions which I need to add the top menu of the frontend.

http://127.0.0.1/tandem/oenologist/ind‌​ex/login/ -> Login

http://127.0.0.1/tandem/oenologist/ind‌​ex/list/ -> List

Its sounds easy but its not in terms of magento. Please, help. Thanks

Best Answer

here is an example of adding home link to nav, with active class if you need it

<li class="home<?php if (Mage::helper('core/url')->getCurrentUrl() === Mage::helper('core/url')->getHomeUrl()):?> active<?php endif;?>"><a href="<?php echo $this->getUrl('')?>"><?php echo $this->__('Home') ?></a></li>

this need to be added to topmenu.phtml