theme.maintenance.inc
Version 1.10.2.1 (checked in on 2009/08/10 at 11:11:59 by goba)
Theming for maintenance pages.
Functions
| Name | Description |
|---|---|
| template_preprocess_maintenance_page | The variables generated here is a mirror of template_preprocess_page(). This preprocessor will run it's course when theme_maintenance_page() is invoked. It is also used in theme_install_page() and theme_update_page() to keep all the variables... |
| theme_install_page | Generate a themed installation page. |
| theme_task_list | Return a themed list of maintenance tasks to perform. |
| theme_update_page | Generate a themed update page. |
| _drupal_maintenance_theme | Sets up the theming system for site installs, updates and when the site is in off-line mode. It also applies when the database is unavailable. |
| _theme_load_offline_registry | This builds the registry when the site needs to bypass any database calls. |
