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:
@@ -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"]."\"
|
||||
|
||||
Reference in New Issue
Block a user