Skip to content

Instantly share code, notes, and snippets.

@jonathanselander
Created November 23, 2012 09:29
Show Gist options
  • Save jonathanselander/4134731 to your computer and use it in GitHub Desktop.
Save jonathanselander/4134731 to your computer and use it in GitHub Desktop.
How to move the top menu to the left column in Magento
<!-- Put this in your layout/local.xml -->
<reference name="header">
<action method="unsetChild"><name>top.menu</name></action>
</reference>
<reference name="left">
<action method="insert"><child>top.menu</child></action>
</reference>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment