Same name and namespace in other branches
  1. 4.7.x includes/theme.inc \theme_maintenance_page()
  2. 5.x includes/theme.inc \theme_maintenance_page()

Implemented using the maintenance-page.tpl.php template.

See also

maintenance-page.tpl.php

Related topics

3 theme calls to theme_maintenance_page()
drupal_site_offline in includes/common.inc
Generates a site off-line message.
install_tasks in ./install.php
Tasks performed after the database is initialized.
_db_error_page in includes/database.inc
Helper function to show fatal database errors.

File

developer/theme.php, line 325
Shadow theme functions for theme templates.

Code

function theme_maintenance_page() {

  // This function is never used; see the corresponding template file instead.
}