How to add home link to magento menu bar?
Slight Improvement on either alternative or original method: Add class="level-top" to <a></a> for home link if you are using background image for active link but do not want it to show up in sub menus.
Slight Improvement on either alternative or original method: Add class="level-top" to <a></a> for home link if you are using background image for active link but do not want it to show up in sub menus.
<a class="level-top" href="<?php echo $this->getUrl('')?>"><?php echo $this->__('Home') ?></a>
HOPE THIS HELPS … If not please feel free to delete.
HOPE THIS HELPS … If not please feel free to delete.