Missing Menu Items

Hi,

My site menu items are not showing.its only showing default category names

<?php echo $this->getLayout()->createBlock(‘cms/block’)->setBlockId(‘mbar’)->toHtml() ?>

is the way i did it.and create a block called menu from backend and add links.

it worked nicely but now it not working.

Will Pm the live link

Thanks

1 answer

Profile photo of Sherlock 0.00 $tone September 3, 2013
Public

Hi mate,

I open the file of
app/design/frontend/default/jm_sterix/layout/page.xml look for this block

HTML Code:

 <block type="core/text_list" name="top.menu" as="topMenu" translate="label">
		                <label>Navigation Bar</label>
		                <block type="page/html_topmenu" name="catalog.topnav" template="page/html/topmenu.phtml"/>
		            </block>

change to

HTML Code:

  <block type="core/text_list" name="top.menu" as="topMenu" translate="label">
		                <label>Navigation Bar</label>
		                <block type="page/html_topmenu" name="catalog.topnav" template="catalog/navigation/topmenu.phtml"/>
		            </block>

and it works, you can check again !

#1

Please login or Register to Submit Answer

Written By

Comments