From 9321ee109d2381c7def680d4f2e76eee688d6087 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 8 Nov 2006 19:24:11 +0000 Subject: - Patch #93536 by Gabor: eliminate remaining bluemarine traces from core code. --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/theme.inc b/includes/theme.inc index f8a3313b5..e90fb36f1 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -42,7 +42,7 @@ function init_theme() { // Only select the user selected theme if it is available in the // list of enabled themes. - $theme = $user->theme && $themes[$user->theme]->status ? $user->theme : variable_get('theme_default', 'bluemarine'); + $theme = $user->theme && $themes[$user->theme]->status ? $user->theme : variable_get('theme_default', 'garland'); // Allow modules to override the present theme... only select custom theme // if it is available in the list of installed themes. -- cgit v1.2.3