From ffb7dcaf334acd83625c565557b43b04a147ba62 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 19 Nov 2009 15:50:23 +0000 Subject: #547068 follow-up by David_Rothstein: Don't use Seven for maintenance page. --- includes/theme.maintenance.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'includes/theme.maintenance.inc') diff --git a/includes/theme.maintenance.inc b/includes/theme.maintenance.inc index b2de72351..7b05fcb96 100644 --- a/includes/theme.maintenance.inc +++ b/includes/theme.maintenance.inc @@ -11,8 +11,8 @@ * in maintenance mode. It also applies when the database is unavailable. * * Seven is always used for the initial install and update operations. In - * other cases, "settings.php" must have a "maintenance_theme" key set for the - * $conf variable in order to change the maintenance theme. + * other cases, Minnelli is used, but this can be overridden by setting a + * "maintenance_theme" key in the $conf variable in settings.php. */ function _drupal_maintenance_theme() { global $theme, $theme_key; @@ -46,7 +46,7 @@ function _drupal_maintenance_theme() { drupal_load('module', 'filter'); } - $custom_theme = variable_get('maintenance_theme', 'seven'); + $custom_theme = variable_get('maintenance_theme', 'minnelli'); } $themes = list_themes(); -- cgit v1.2.3