diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-05-23 07:32:22 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-05-23 07:32:22 +0100 |
| commit | e8bd0da9526712b6a2baa453133380608cd57af6 (patch) | |
| tree | 9d3a658f58248049153c0f42e19d1390ed1f6cef /functions.php | |
| parent | 33d13e72e28bf5fd1b8946c69ef05bd0f8ff9d0c (diff) | |
get rid of vf_hreadf cookie, move data to init-param
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/functions.php b/functions.php index 99f749e1c..5ec8d45f4 100644 --- a/functions.php +++ b/functions.php @@ -1713,6 +1713,9 @@ print "<param key=\"on_catchup_show_next_feed\" value=\"" . get_pref($link, "ON_CATCHUP_SHOW_NEXT_FEED") . "\"/>"; + print "<param key=\"hide_read_feeds\" value=\"" . + sprintf("%d", get_pref($link, "HIDE_READ_FEEDS")) . "\"/>"; + print "</init-params>"; } ?> |