You are here

README.txt in Administration theme 6

Same filename and directory in other branches
  1. 5 README.txt
  2. 7 README.txt
Description
-----------

Drupal allows you to define a different theme for administration pages (Administer -> Site configuration -> Administration theme). By default this only applies to pages with a path starting with 'admin' and content editing pages.

The Administration theme module adds a few more option to the default configuration page like :
- Use administration theme for batch processing
- Use administration theme for code reviews
- ...

Some of these pages will only appear if they apply to your installation, i.e. you have the module installed which generates these pages.

You also have the option to define a custom set of Drupal paths or aliases to apply the administration theme for.


Requirements
------------

This module requires Drupal 6. A Drupal 5 version is available.


Installation
------------

1) Copy/upload the admin_theme module folder to the sites/all/modules
directory of your Drupal installation. 

2) Enable the Administration theme module in Drupal (administer -> modules).


Configuration
-------------

You can enable/disable the administration theme on the administration theme
configuration page.

Administration theme can be configured at : 
  Administer -> Site configuration -> Administration theme
  
Developers
----------
You can add define extra pages where the administration theme should be applied to by implementing the hook_admin_theme_options hook in your modules.
This hook uses an $op variable to specify two operation that can be done: getting all "options" and checking if an option should be applied to a path. Check out admin_theme_admin_theme for an example implementation.


Author
------

Davy Van Den Bremt <info@davyvandenbremt.be>
http://www.davyvandenbremt.be

File

README.txt
View source
  1. Description
  2. -----------
  3. Drupal allows you to define a different theme for administration pages (Administer -> Site configuration -> Administration theme). By default this only applies to pages with a path starting with 'admin' and content editing pages.
  4. The Administration theme module adds a few more option to the default configuration page like :
  5. - Use administration theme for batch processing
  6. - Use administration theme for code reviews
  7. - ...
  8. Some of these pages will only appear if they apply to your installation, i.e. you have the module installed which generates these pages.
  9. You also have the option to define a custom set of Drupal paths or aliases to apply the administration theme for.
  10. Requirements
  11. ------------
  12. This module requires Drupal 6. A Drupal 5 version is available.
  13. Installation
  14. ------------
  15. 1) Copy/upload the admin_theme module folder to the sites/all/modules
  16. directory of your Drupal installation.
  17. 2) Enable the Administration theme module in Drupal (administer -> modules).
  18. Configuration
  19. -------------
  20. You can enable/disable the administration theme on the administration theme
  21. configuration page.
  22. Administration theme can be configured at :
  23. Administer -> Site configuration -> Administration theme
  24. Developers
  25. ----------
  26. You can add define extra pages where the administration theme should be applied to by implementing the hook_admin_theme_options hook in your modules.
  27. This hook uses an $op variable to specify two operation that can be done: getting all "options" and checking if an option should be applied to a path. Check out admin_theme_admin_theme for an example implementation.
  28. Author
  29. ------
  30. Davy Van Den Bremt
  31. http://www.davyvandenbremt.be