1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-01 17:39:14 +00:00

reorganize theme support; add some themeable icons; add neon theme

This commit is contained in:
Andrew Dolgov
2010-01-14 16:11:54 +03:00
parent dce46cade3
commit b97e6e0267
99 changed files with 1071 additions and 90 deletions

View File

@@ -467,7 +467,7 @@ function feedlist_init() {
}
}
if (getInitParam("theme") == "") {
if (getInitParam("theme") == "" || getInitParam("theme") == "neon") {
setTimeout("hide_footer()", 5000);
}