function theme_maintenance_page

6.x theme.php theme_maintenance_page()

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

See also

maintenance-page.tpl.php

Related topics

4 theme calls to theme_maintenance_page()
drupal_site_offline in drupal-6.x/includes/common.inc
Generates a site off-line message.
install_tasks in drupal-6.x/install.php
Tasks performed after the database is initialized.
_batch_progress_page_nojs in drupal-6.x/includes/batch.inc
Batch processing page without JavaScript support.
_db_error_page in drupal-6.x/includes/database.inc
Helper function to show fatal database errors.

File

documentation-6.x/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.
}