Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.
/ Diglin_AdminTheme Public archive

Magento 1 - Support custom admin theme into your Magento installation

License

Notifications You must be signed in to change notification settings

diglin/Diglin_AdminTheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diglin_AdminTheme

This Magento module allows to use a custom admin theme into Magento backend.

Installation

Via modman

  • Install modman
  • Use the command from your Magento installation folder: modman clone https://github.com/diglin/Diglin_AdminTheme.git

Via Composer

  • Install composer
  • Create a composer.json into your project like the following sample:
{
    ...
    "require": {
        "diglin/diglin_admintheme":"*"
    },
    "repositories": [
	    {
            "type": "composer",
            "url": "http://packages.firegento.com"
        }
    ],
    "extra":{
        "magento-root-dir": "./"
    }
}
  • Then from your composer.json folder: php composer.phar install or composer install

Manually

  • You can copy the files from the folders of this repository to the same folders of your installation starting from the src folder

Documentation

Go to the menu System > Configuration > General > Design > Admin Theme

Configuration

Uninstall

Via modman

modman remove Diglin_AdminTheme

Via manually

  • Delete the files
    • app/code/community/Diglin/AdminTheme
    • app/etc/modules/Diglin_AdminTheme.xml
    • app/locale/en_US/Diglin_AdminTheme.csv

Author

About

Magento 1 - Support custom admin theme into your Magento installation

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages