瀏覽代碼

Fix default theme setting.

stevetruckstuff 19 年之前
父節點
當前提交
181a0e815f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/load_prefs.php

+ 1 - 1
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.