Removing check that is no longer needed.
authorstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 9 Oct 2006 16:21:49 +0000 (16:21 +0000)
committerstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 9 Oct 2006 16:21:49 +0000 (16:21 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11880 7612ce4b-ef26-0410-bec9-ea0150e637f0

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;