summaryrefslogtreecommitdiff
path: root/includes/theme.maintenance.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-12-01 15:57:40 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-12-01 15:57:40 +0000
commitf79924352fc9b1caa5e734e62f0dfa66844f31fb (patch)
treeead1f96e364bfa00aa4aedc2f21fa3f42e024956 /includes/theme.maintenance.inc
parent7de42b4263e255e0fa217fb4729e9c0d32f91de8 (diff)
downloadbrdo-f79924352fc9b1caa5e734e62f0dfa66844f31fb.tar.gz
brdo-f79924352fc9b1caa5e734e62f0dfa66844f31fb.tar.bz2
#632030 by JohnAlbin: Merge Garland and Minnelli into one theme.
Diffstat (limited to 'includes/theme.maintenance.inc')
-rw-r--r--includes/theme.maintenance.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.maintenance.inc b/includes/theme.maintenance.inc
index a9b50bca5..1698630b5 100644
--- a/includes/theme.maintenance.inc
+++ b/includes/theme.maintenance.inc
@@ -44,7 +44,7 @@ function _drupal_maintenance_theme() {
drupal_load('module', 'system');
}
- $custom_theme = variable_get('maintenance_theme', 'minnelli');
+ $custom_theme = variable_get('maintenance_theme', 'garland');
}
$themes = list_themes();