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:
@@ -467,7 +467,7 @@ function feedlist_init() {
|
||||
}
|
||||
}
|
||||
|
||||
if (getInitParam("theme") == "") {
|
||||
if (getInitParam("theme") == "" || getInitParam("theme") == "neon") {
|
||||
setTimeout("hide_footer()", 5000);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user