diff --git a/include/functions.php b/include/functions.php index 54fa2bd9d..531653f93 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2425,6 +2425,9 @@ } function get_theme_path($theme) { + if ($theme == "default.php") + return "css/default.css"; + $check = "themes/$theme"; if (file_exists($check)) return $check;