diff options
Diffstat (limited to 'modules/block/block.module')
-rw-r--r-- | modules/block/block.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/block/block.module b/modules/block/block.module index c7e9b1adf..9401498a6 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -88,7 +88,7 @@ function block_menu($may_cache) { 'callback' => 'drupal_get_form', 'callback arguments' => array('block_box_form'), 'type' => MENU_LOCAL_TASK); - $default = variable_get('theme_default', 'bluemarine'); + $default = variable_get('theme_default', 'garland'); foreach (list_themes() as $key => $theme) { if ($theme->status) { $items[] = array( @@ -220,7 +220,7 @@ function block_admin_display($theme = NULL) { $custom_theme = $theme; } else { - $custom_theme = variable_get('theme_default', 'bluemarine'); + $custom_theme = variable_get('theme_default', 'garland'); } init_theme(); |