Apr 17, 2013 | Blog, Magento, Magento Programming
So, 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...