theme.maintenance.inc
Версия 1.10 (checked in on 2008/01/24 at 09:42:50 by goba)
Theming for maintenance pages.
Функции
Имя | Описание |
---|---|
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 | Возвращает темизированный список эксплуатационных задач для выполнения. |
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. |