From c44481fc17178ed50f3fe5aa8c4384ee1c65523f Mon Sep 17 00:00:00 2001 From: stevetruckstuff Date: Tue, 17 Oct 2006 22:15:37 +0000 Subject: [PATCH] Fix default theme setting. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11921 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/load_prefs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/load_prefs.php b/include/load_prefs.php index df1ab405..714192fc 100644 --- a/include/load_prefs.php +++ b/include/load_prefs.php @@ -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. -- 2.25.1