Your shopping cart is empty. Browse our Store

Magento

Open Source eCommerce Evolved

Magento Forum

   
How to customize backend ? 
 
dev722z
Jr. Member
 
Total Posts:  20
Joined:  2008-04-09
 

Hi,

I need to make some little modifications to the backend theme.

I tried to do like for frontend (duplicating app/design/adminhtml/default and skin/adminhtml/default/ ) but noting to do.

I don’t see where to configure the use of my own interface or theme for backend.

Is there a way to customize backend without modify core files ?

dev722z

 
Magento Community Magento Community
Magento Community
Magento Community
 
laurent
Jr. Member
 
Total Posts:  19
Joined:  2007-08-31
Paris, France
 

Default package and theme can be defined into app/code/core/Mage/Adminhtml/etc/config.xml.

<stores>
        <
admin>
            <!-- default 
admin design package and theme -->
            <
design>
                <
package>
                    <
name>default</name>
                </
package>
                <
theme>
                    <default>default</default>
                </
theme>
            </
design>
        </
admin>
    </
stores>

 
Magento Community Magento Community
Magento Community
Magento Community
 
dev722z
Jr. Member
 
Total Posts:  20
Joined:  2008-04-09
 

Well done, thanx

dev722z

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top
 
© Copyright 2008 Varien. Magento is a trademark of Irubin Consulting Inc. DBA Varien