diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-24 14:24:43 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-24 14:24:43 -0700 |
commit | 8e16cee2c3b7df19354af366f212ce52a2a7b5c8 (patch) | |
tree | a31ba99c3be76e82a02e78c06ee1d8724937bf8c | |
parent | 054a8dedac11ffbaa030fdc178031e5f975bbbdf (diff) |
Forgot to change the defaults theme names on initial install... Duh
-rw-r--r-- | modules/gallery/helpers/gallery_installer.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/helpers/gallery_installer.php b/modules/gallery/helpers/gallery_installer.php index cf13d794..ee605b27 100644 --- a/modules/gallery/helpers/gallery_installer.php +++ b/modules/gallery/helpers/gallery_installer.php @@ -224,8 +224,8 @@ class gallery_installer { $root->save(); access::add_item($root); - module::set_var("gallery", "active_site_theme", "default"); - module::set_var("gallery", "active_admin_theme", "admin_default"); + module::set_var("gallery", "active_site_theme", "wind"); + module::set_var("gallery", "active_admin_theme", "admin_wind"); module::set_var("gallery", "page_size", 9); module::set_var("gallery", "thumb_size", 200); module::set_var("gallery", "resize_size", 640); |