1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 17:41:29 +00:00

sort feedlist by unread articles (closes #66)

This commit is contained in:
Andrew Dolgov
2006-06-05 09:33:19 +01:00
parent b2caf812fb
commit c9268ed599
7 changed files with 95 additions and 3 deletions

View File

@@ -1718,6 +1718,9 @@
print "<param key=\"hide_read_feeds\" value=\"" .
sprintf("%d", get_pref($link, "HIDE_READ_FEEDS")) . "\"/>";
print "<param key=\"feeds_sort_by_unread\" value=\"" .
sprintf("%d", get_pref($link, "FEEDS_SORT_BY_UNREAD")) . "\"/>";
print "</init-params>";
}