Skip to content

Instantly share code, notes, and snippets.

@smithweb
Created September 30, 2012 23:14
Show Gist options
  • Save smithweb/3808699 to your computer and use it in GitHub Desktop.
Save smithweb/3808699 to your computer and use it in GitHub Desktop.
Magento Multi-site Module config.xml
<?xml version="1.0"?>
<config>
<modules>
<SW_SiteSkin>
<version>0.1.0</version>
</SW_SiteSkin>
</modules>
<frontend>
<layout>
<updates>
<siteSkin>
<file>siteskin.xml</file>
</siteSkin>
</updates>
</layout>
</frontend>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment