1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-19 13:51:28 +00:00

offline: show categories in feedlist

This commit is contained in:
Andrew Dolgov
2009-02-05 23:18:16 +03:00
parent c26aa9f0e1
commit d6416405f1
2 changed files with 153 additions and 8 deletions

View File

@@ -555,6 +555,11 @@
print __("Uncategorized");
print "]]></category>";
print "<category id=\"-1\" collapsed=\"".
(int)$_COOKIE["ttrss_vf_vclps"]."\"><![CDATA[";
print __("Special");
print "]]></category>";
while ($line = db_fetch_assoc($result)) {
print "<category
id=\"".$line["id"]."\"