diff options
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index a4a1eb0b1..aa42738c8 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -480,11 +480,11 @@ function system_install() { system_rebuild_theme_data(); // Enable the default theme. - variable_set('theme_default', 'garland'); + variable_set('theme_default', 'bartik'); db_update('system') ->fields(array('status' => 1)) ->condition('type', 'theme') - ->condition('name', 'garland') + ->condition('name', 'bartik') ->execute(); // Populate the cron key variable. |