Book Image

Mastering Magento Theme Design

By : Andrea Sacca
Book Image

Mastering Magento Theme Design

By: Andrea Sacca

Overview of this book

Table of Contents (18 chapters)
Mastering Magento Theme Design
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Changing the default admin panel


To customize the admin, we need the AdminTheme module provided by Inchoo, one of the most popular companies that provides great Magento tutorials and services.

The module simply gives you the possibility to define the theme folder of the admin skin in the admin configuration.

Installing the module to change the folder path

You can download the module from http://inchoo.net/ecommerce/magento/custom-admin-theme-in-magento/. The following screenshot shows the module page on the Inchoo website, where you can download the module:

Read the article that opens on the website, and there you will find the link to download the module. After downloading it, use the following steps to install it and to create the admin theme folder:

  1. Extract the folder and copy all the files into your Magento [root]/ folder.

  2. Refresh the cache unless you had disabled the cache entirely during development.

  3. Now, create your admin theme folder, for example, bookstore in the app/design/adminhtml/default...