| drupal_maintenance_theme | drupal/includes/bootstrap.inc | Enables use of the theme system without requiring database access. |
| drupal_set_title | drupal/includes/path.inc | Set the title of the current page, for display on the page and in the title bar. |
| install_goto | drupal/includes/install.inc | Send the user to a different installer page. |
| theme | drupal/includes/theme.inc | Generate the themed output. |
| _db_error_page | drupal/includes/database/database.inc | Prints 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. |