I want to modify the top level menu using code. I want it to a show list of pages in top level. How is it possible?
2
You can modify this file ‘appdesignfrontendyourthemetemplatepagehtmltopmenu.phtml‘ and add custom code there to show list of pages.
appdesignfrontendyourthemetemplatepagehtmltopmenu.phtml
`<reference name="top.links"> <block type="checkout/links" name="checkout_cart_link"> <action method="addCartLink"></action> <action method="addCheckoutLink"></action> </block> </reference>
Click here to cancel reply.
2
Answers
You can modify this file ‘
appdesignfrontendyourthemetemplatepagehtmltopmenu.phtml
‘ and add custom code there to show list of pages.