Skip to content

Instantly share code, notes, and snippets.

@cmuench
Created September 2, 2012 08:25
Show Gist options
  • Save cmuench/3595863 to your computer and use it in GitHub Desktop.
Save cmuench/3595863 to your computer and use it in GitHub Desktop.
Register Own Magento Admin Theme
<?xml version="1.0"?>
<config>
<stores>
<admin>
<design>
<theme>
<default>mytheme</default>
</theme>
</design>
</admin>
</stores>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment