echo $_menu;
protected $_menu;
public function getHtml($outermostClass = '', $childrenWrapClass = ''){ <!--ul and li tags are created here--> }
public function getHtml($outermostClass = '', $childrenWrapClass = ''){
<!--ul and li tags are created here-->
}
+
So today I was trying to customise the nav bar of my Magento store, just like any other front end developer, I turned on my template hin...