From 15d05e8a26991dd7435b17c6a43cb60cf1175947 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 6 Dec 2018 14:49:33 +0300 Subject: night.css: do not import default less theme statically remove themes/default.php (not needed) compact.css: fixes --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index e4e43cea8..e5074819f 100755 --- a/include/functions.php +++ b/include/functions.php @@ -2445,7 +2445,7 @@ } function theme_valid($theme) { - $bundled_themes = [ "default.php", "night.css", "compact.css" ]; + $bundled_themes = [ "night.css", "compact.css" ]; if (in_array($theme, $bundled_themes)) return true; -- cgit v1.2.3