Allow sqimap_login() to return error string when connection fails; would be nice...
[squirrelmail.git] / include / load_prefs.php
index df1ab405af208def3afe0e452b36007d45872cba..714192fc281f8f79bb7a7cc2cf8f0ef3ed947b3c 100644 (file)
@@ -59,7 +59,7 @@ if (!$found_templateset) $sTemplateID = $sDefaultTemplateID;
 $chosen_theme = getPref($data_dir, $username, 'chosen_theme');
 $found_theme = false;
 $chosen_theme_path = empty($chosen_theme) ?
-                     $chosen_theme_path = 'u_'.$user_themes[$user_theme_default]['PATH'] :
+                     $chosen_theme_path = $user_themes[$user_theme_default]['PATH'] :
                      $chosen_theme;
 
 // Make sure the chosen theme is a legitimate one.