/* $Id: README.txt,v 1.5 2008-12-02 21:52:56 davyvandenbremt Exp $ */ 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 allows you to use this theme on more pages like : - batch processing pages - devel node load and render pages - coder code review pages - pages you define yourself in the provided textarea Some of these options will only be available to you if they apply to your installation, i.e. you have the module installed which generates these pages. If you'd like to see more options added, please let me know in the issue queue for this module. Requirements ------------ This module requires Drupal 6. 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. Instant Search can be configured at : Administer -> Site configuration -> Instant Search Alternative modules ------------------- You could also use the excellent Taxonomy theme module to do the same things (and much more). This module is just a bit more lightweight and easier to use (since it's less generic). You can download Taxonomy theme at http://drupal.org/project/taxonomy_theme Author ------ Davy Van Den Bremt http://www.davyvandenbremt.be