I have set up a custom theme in Magento admin panel under “Design” tab
I can now put my custom code in
\app\design\frontend\default\MYTHEME\template
instead of
\app\design\frontend\base\default\template
I would like to do the same for the admin panel code. In other words, I would like to selectively replace vanilla code in this directory
\app\design\adminhtml\default\default\template
with custom code, likely in this directory
\app\design\adminhtml\default\MYTHEME\template
Magento does not seem to recognize this automatically.
-
-
-
- edit – – –
-
-
For the sake of maintainability it would be beneficial to have a global over-ride like we have in ‘frontend’. Over-riding module by module in the module layout may not be obvious to next person that looks at the code.
Try
In /app/code/local/MageIgniter/AdminThemeAndMod/etc/config.xml
In /app/etc/modules/MageIgniter_AdminThemeAndMod.xml
Then add your newly add/update files to