From e71f2610091960a66a3b237cc1054f444b7b94a7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 15 Jan 2010 11:46:20 +0300 Subject: replace some theme-specific frontend hooks with theme options --- feedlist.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'feedlist.js') 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); } -- cgit v1.2.3