--- jquery_ui_loader.module_old 2010-04-07 11:18:43.000000000 -0400 +++ jquery_ui_loader.module 2010-04-07 11:04:59.000000000 -0400 @@ -85,8 +85,8 @@ function jquery_ui_loader_init() { jquery_ui_add($file_list); } - $theme_list = variable_get('jquery_ui_loader_themelist', 'default/ui.all.css'); - if (!empty($theme_list) && !empty($file_list)) { + $theme_list = variable_get('jquery_ui_loader_themelist', 'base/ui.all.css'); + if (!empty($theme_list)) { $theme_list = explode(' ', preg_replace('/\n|\r|\r\n/', ' ', $theme_list)); foreach ($theme_list as $a_file) { $a_file = trim($a_file);