1.20.x drupal.inc drupal_maintenance_theme()

Enables use of the theme system without requiring database access.

Deprecated

since 1.0.0

See also

backdrop_maintenance_theme()

Related topics

File

includes/drupal.inc, line 397
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function drupal_maintenance_theme() {
  backdrop_maintenance_theme();
}