Created
November 16, 2010 05:28
-
-
Save eqdw/701480 to your computer and use it in GitHub Desktop.
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
<!-- in theme042/layout/catalog.xml --> | |
<reference name="root"> <!-- means that for this page we're going to update the root block (aka the whole page) | |
<!-- this magick incantation changes the template for this page. Paths are relative to | |
theme042/template, and if they don't exist there, they're searched for in | |
default/template --> | |
<action method="setTemplate"><template>page/2columns-right.phtml</template></action> | |
</reference> <!-- always ensure your docs are well-formed --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment