replace some theme-specific frontend hooks with theme options

This commit is contained in:
Andrew Dolgov
2010-01-15 11:46:20 +03:00
parent 8d66a48a6d
commit e71f261009
7 changed files with 27 additions and 28 deletions
+2 -2
View File
@@ -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);
}