1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 09:01:28 +00:00

theme system updates; remove old-skool theme; add neutral theme

This commit is contained in:
Andrew Dolgov
2010-01-15 13:43:17 +03:00
parent 5499ab51eb
commit b3af99a0c5
30 changed files with 226 additions and 1010 deletions

View File

@@ -888,8 +888,8 @@ function collapse_feedlist() {
debug("collapse_feedlist");
var theme = getInitParam("theme");
if (theme != "" && theme != "compact" && theme != "graycube" &&
theme != "old-skool") return;
if (theme != "" &&
!getInitParam("theme_options").match("collapse_feedlist")) return;
var fl = $("feeds-holder");
var fh = $("headlines-frame");