Changing The Admin Theme

Put this in your local.xml:

<config>
    <stores>
        <admin>
            <design>
                 <theme>
                     <default>yourtheme</default>
                 </theme>
            </design>
        </admin>
    </stores>
</config>

Mike Whitby Almost 12 years ago