Skip to content

Instantly share code, notes, and snippets.

@tegansnyder
Created August 23, 2013 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tegansnyder/6321743 to your computer and use it in GitHub Desktop.
Save tegansnyder/6321743 to your computer and use it in GitHub Desktop.
Example of loading a different head.phtml file for the Magento homepage
<?xml version="1.0" encoding="UTF-8"?>
<layout>
<cms_index_index>
<action method="setTemplate" block="head"><tpl>page/html/headhomepage.phtml</tpl></action>
</cms_index_index>
<default>
<!-- rest of your local.xml -->
</default>
</layout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment