Adding a “Home” link to the top menu
In this article I’ll give you a handy script to add a home link to the top menu. In magento 1.7, the menu is now created via an *event* (page_block_html_topmenu_gethtml_before) The catalog observer hooks into this and adds menu items as Varien_Data_Tree_Node objects. I have some samples here to show you how to add a link at the beginning of this menu. config.xml portion: Copy the code: <pre> <confi ...
Read more ›
