summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-06 09:36:46 +0300
committerAndrew Dolgov <[email protected]>2009-02-06 09:36:46 +0300
commit1c980681442731d713fc01aad7e7ec56997ac797 (patch)
treeee4957869596cbfcaa2562859e4811b34f581861 /functions.php
parentab95d6a545f735bc2ba01761bb00394527e2db83 (diff)
offline: disable categories in feedlist when not enabled in tt-rss main
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 ec814a355..7d3bae49c 100644
--- a/functions.php
+++ b/functions.php
@@ -2958,6 +2958,9 @@
print "<param key=\"hide_read_feeds\" value=\"" .
(int) get_pref($link, "HIDE_READ_FEEDS") . "\"/>";
+ print "<param key=\"enable_feed_cats\" value=\"" .
+ (int) get_pref($link, "ENABLE_FEED_CATS") . "\"/>";
+
print "<param key=\"feeds_sort_by_unread\" value=\"" .
(int) get_pref($link, "FEEDS_SORT_BY_UNREAD") . "\"/>";