summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index a5da7b0bb..e0eb2bb0e 100644
--- a/functions.php
+++ b/functions.php
@@ -2841,6 +2841,9 @@
print "<param key=\"icons_location\" value=\"" .
ICONS_URL . "\"/>";
+ print "<param key=\"hide_read_shows_special\" value=\"" .
+ (int) get_pref($link, "HIDE_READ_SHOWS_SPECIAL") . "\"/>";
+
print "</init-params>";
}