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>