mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 12:41:29 +00:00
replace some theme-specific frontend hooks with theme options
This commit is contained in:
@@ -467,8 +467,8 @@ function feedlist_init() {
|
||||
}
|
||||
}
|
||||
|
||||
if (getInitParam("theme") == "" || getInitParam("theme") == "lejla" ||
|
||||
getInitParam("theme") == "neon") {
|
||||
if (getInitParam("theme") == "" ||
|
||||
getInitParam("theme_options").match("hide_footer")) {
|
||||
setTimeout("hide_footer()", 5000);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user