Skip to content

Instantly share code, notes, and snippets.

@fbrnc
Created January 30, 2012 15:44
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fbrnc/1705041 to your computer and use it in GitHub Desktop.
Save fbrnc/1705041 to your computer and use it in GitHub Desktop.
Magento switch to one column
<!-- 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