How to create custom adminhtml theme magento

  • <?xml version=»1.0″?> <config> <modules> <Foo_myTheme> <version>0.0.1</version> </Foo_myTheme> </modules> <stores> <admin> <design> <package> <name>default</name> </package> <theme> <template>myTheme</template> <skin>myTheme</skin> <layout>myTheme</layout> </theme> </design> </admin> </stores> </config>

  • <?xml version=»1.0″ encoding=»UTF-8″?> <config> <stores> <admin> <design> <package> <name>default</name> </package> <theme> <default>myTheme</default> </theme> </design> </admin> </stores> </config>

  • Both of the above

  • None

Тупой индусм взял вопрос отсюда: stackoverflow.com/a/30697781