i using theme called bootstrapped (http://bootstrapped.magenthon.com/)for magento project. theme has somehow removed top navigation bar. upon checking
template/page/html/header.phtml
file, found line commented - <?php //echo $this->getchildhtml('topmenu') ?>
and compared
base/default/template/page/html/header.phtml
, thought may need un-comment it. tried it. top navigation bar didn't show up. searched , looked various forums, , tried making minor edits in page.xml , local.xml - still nothing happened.
moreover tried adding code topmenu.phtml header.phtml, thinking not able include file (topmenu.phtml) - , still top menu doesn't show up.
can please tell me going wrong?
Comments
Post a Comment