summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-15 11:46:20 +0300
committerAndrew Dolgov <[email protected]>2010-01-15 11:46:20 +0300
commite71f2610091960a66a3b237cc1054f444b7b94a7 (patch)
tree577638694dbcfc35301e104d3bb396b4702a23f1 /feedlist.js
parent8d66a48a6df97d77aab52fc7dec5733cfdc416d9 (diff)
replace some theme-specific frontend hooks with theme options
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/feedlist.js b/feedlist.js
index 927b6b8a4..bb3f3bf75 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -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);
}