mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:05:55 +00:00
night.css: do not import default less theme statically
remove themes/default.php (not needed) compact.css: fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user