summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-02-19 17:00:02 +0100
committerAndrew Dolgov <[email protected]>2008-02-19 17:00:02 +0100
commit24c1e1c1444a963fae480615d4e44ed5cd2af588 (patch)
tree00ec8f71fed032c6d7af0a6d3e9f8a491dda303a /functions.php
parent54eb7d20ddde709425e2370caff80c87e1db33ee (diff)
initial hidden feedlist work (refs #194)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 25ecec1c2..d4f853a54 100644
--- a/functions.php
+++ b/functions.php
@@ -2925,6 +2925,10 @@
print "<param key=\"hide_read_shows_special\" value=\"" .
(int) get_pref($link, "HIDE_READ_SHOWS_SPECIAL") . "\"/>";
+ if (defined('_HIDDEN_FL_TEST')) {
+ print "<param key=\"hide_feedlist\" value=\"1\"/>";
+ }
+
print "</init-params>";
}