In my Magento install, I have a dropdown menu that is generated from a Products category in my ‘Categories’.
It uses the code:
<?php echo $this->getChildHtml('topMenu') ?> to display the menu.
However, at certain intervals, I’d like to add a static HTML link (list item with hyperlink) in to the menu.
How do I achieve this?
Many thanks for any pointers
Here is your answer: http://www.magentocommerce.com/wiki/4_-_themes_and_template_customization/navigation/add_home_link_to_menu_bar