drupal_maintenance_theme
- Versions
- 4.7 – 7
drupal_maintenance_theme()
Enables use of the theme system without requiring database access.
Loads and initializes the theme system for site installs, updates and when the site is in maintenance mode. This also applies when the database fails.
See also
Code
includes/bootstrap.inc, line 1710
<?php
function drupal_maintenance_theme() {
require_once DRUPAL_ROOT . '/includes/theme.maintenance.inc';
_drupal_maintenance_theme();
}
?>Login or register to post comments 