drupal_maintenance_theme

Functions that call drupal_maintenance_theme()

Namesort iconLocationDescription
db_set_activedrupal/includes/database/database.incSets a new active database.
drupal_site_offlinedrupal/includes/common.incGenerates a site offline message.
install_already_done_errordrupal/install.phpShow an error page when Drupal has already been installed.
install_change_settingsdrupal/install.phpConfigure and rewrite settings.php.
install_check_requirementsdrupal/install.phpCheck installation requirements and report any errors.
install_maindrupal/install.phpThe Drupal installation happens in a series of steps. We begin by verifying that the current environment meets our minimum requirements. We then go on to verify that settings.php is properly configured. From there we connect to the configured database...
install_no_profile_errordrupal/install.phpShow an error page when there are no profiles available.
install_select_localedrupal/install.phpAllow admin to select which locale to use for the current profile.
install_select_profiledrupal/install.phpAllow admin to select which profile to install.
install_tasksdrupal/install.phpTasks performed after the database is initialized.
_db_error_pagedrupal/includes/database/database.incPrints a themed maintenance page with the 'Site offline' text, adding the provided error message in the case of 'display_errors' set to on. Ends the page request; no return.
_drupal_log_errordrupal/includes/common.incLog a PHP error or exception, display an error page in fatal cases.

Functions called by drupal_maintenance_theme()

Namesort iconLocationDescription
drupal_add_cssdrupal/includes/common.incAdds a CSS file to the stylesheet queue.
drupal_get_pathdrupal/includes/common.incReturns the path to a system item (module, theme, etc.).
unicode_checkdrupal/includes/unicode.incWrapper around _unicode_check().
_drupal_maintenance_themedrupal/includes/theme.maintenance.incSets up the theming system for site installs, updates and when the site is in offline mode. It also applies when the database is unavailable.
_theme_set_registrydrupal/includes/theme.incStore the theme registry in memory.