cancel
Showing results for 
Search instead for 
Did you mean: 

adding multiple menus to the left hand nav

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

adding multiple menus to the left hand nav

hi all

 

im trying to add multiple menus to the left hand nav of a cms page - the XML i have in the design section of my page is showing 2 menus but its referencing the same thing even though i have specified the 2 different menu refs/IDs

 

code below can any one help?

 

<reference name="left"><block type="xx_menumanager/menu" name="left-links" template="xx/menumanager/left.phtml">
<action method="setMenuId">
<menuref>footer-col2</menuref>
</action>
</block>
</reference><reference name="left"><block type="xx_menumanager/menu" name="left-links" template="xx/menumanager/left.phtml">
<action method="setMenuId">
<menuref>footer-col3</menuref>
</action>
</block>
</reference>