From 8f5c296cc08ee58206d204f61fe13abbbe050baf Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 8 Jul 2010 03:41:27 +0000 Subject: #845742 by Damien Tournoud: Make Bartik the default core theme. --- includes/theme.maintenance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/theme.maintenance.inc') diff --git a/includes/theme.maintenance.inc b/includes/theme.maintenance.inc index 5d1a9b9c7..6049141f0 100644 --- a/includes/theme.maintenance.inc +++ b/includes/theme.maintenance.inc @@ -46,7 +46,7 @@ function _drupal_maintenance_theme() { // We use the default theme as the maintenance theme. If a default theme // isn't specified in the database or in settings.php, we use Garland. - $custom_theme = variable_get('maintenance_theme', variable_get('theme_default', 'garland')); + $custom_theme = variable_get('maintenance_theme', variable_get('theme_default', 'bartik')); } // Ensure that system.module is loaded. -- cgit v1.2.3