Created
January 30, 2012 15:44
-
-
Save fbrnc/1705041 to your computer and use it in GitHub Desktop.
Magento switch to one column
This file contains 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
<!-- do this: --> | |
<catalog_category_default> | |
<update handle="page_one_column" /> | |
</catalog_category_default> | |
<!-- Also possible, but won't apply other settings that might be attached to the 1column layout (so don't do that...): --> | |
<catalog_category_default> | |
<reference name="root"> | |
<action method="setTemplate"><template>page/1column.phtml</template></action> | |
</reference> | |
</catalog_category_default> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment