summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/functions.php b/include/functions.php
index 411ba3995..596c2903c 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1753,9 +1753,6 @@
}
function get_theme_path($theme) {
- if ($theme == "default.php")
- return "css/default.css";
-
$check = "themes/$theme";
if (file_exists($check)) return $check;