Created
November 23, 2012 09:29
-
-
Save jonathanselander/4134731 to your computer and use it in GitHub Desktop.
How to move the top menu to the left column in Magento
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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