浏览代码

Removing check that is no longer needed.

stevetruckstuff 19 年之前
父节点
当前提交
da98e43de7
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      include/load_prefs.php

+ 0 - 2
include/load_prefs.php

@@ -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;