Removing check that is no longer needed.
[squirrelmail.git] / include / load_prefs.php
index 3d0997a39f886108e11b1fa15779b79273f9f7db..8df7e9d479cc9341f5789538674b0b3973bb5d6e 100644 (file)
@@ -76,8 +76,6 @@ while (!$found_theme && (list($path, $name) = each($template_themes))) {
     if ('t_'.$path == $chosen_theme_path)
         $found_theme = true;
 }
-if (substr($chosen_theme, 0, 2) == 't_')
-    $found_theme = true;
     
 if (!$found_theme || $chosen_theme == 'none') {
     $chosen_theme_path = NULL;