summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-06 14:49:33 +0300
committerAndrew Dolgov <[email protected]>2018-12-06 14:49:33 +0300
commit15d05e8a26991dd7435b17c6a43cb60cf1175947 (patch)
tree05c9aa159f87729f6fef2d0ab8cdd3e23d528fa9 /include
parentd2d2cb7e7dd25f8257f467806da6843aca95a9cb (diff)
night.css: do not import default less theme statically
remove themes/default.php (not needed) compact.css: fixes
Diffstat (limited to 'include')
-rwxr-xr-xinclude/functions.php2
1 files changed, 1 insertions, 1 deletions
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;