Try the Demo

Magento Forum

   
Backend Design
 
Garri
Jr. Member
 
Avatar
Total Posts:  30
Joined:  2007-09-18
 

at Mage_Adminhtml_Controller_Action::preDispatch()
i see folowing

Mage::getDesign()->setArea('adminhtml')
            ->
setPackageName('default')
            ->
setTheme('default');
in the structure of admin-design files already exists this idea : default / default.
for correct working of custom design “Package” and “Theme” i left as is only setArea(’adminhtml’)
Mage::getDesign()->setArea('adminhtml');
        
// remove this  //  ->setPackageName('default')
        // remove this  //  ->setTheme('default');
Now assigning of custom package and theme from configuration work properly.
Ideally, it would be separate design configuration for “back” and “front”.

opinions?

 
Magento Community Magento Community
Magento Community
Magento Community
 
Moshe
Magento Team
 
Avatar
Total Posts:  1770
Joined:  2007-08-07
Los Angeles
 

The Package and Theme in admin is meant to change frontend theme only.

For admin there should be separate configuration, which doesn’t exist right now.

 Signature 

- I would love to change the world, but they won’t give me the source code -

 
Magento Community Magento Community
Magento Community
Magento Community
 
Garri
Jr. Member
 
Avatar
Total Posts:  30
Joined:  2007-09-18
 

thanks, all clear now smile

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top