mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-18 14:31:00 +02:00
mobile: show all articles feed
This commit is contained in:
parent
e5a65533fd
commit
a043ad2929
@ -34,6 +34,15 @@
|
||||
print "<li class=\"feedCatHolder\"><ul class=\"feedCatList\">";
|
||||
}
|
||||
|
||||
$num_total = getFeedUnread($link, -4);
|
||||
|
||||
$class = "virt";
|
||||
|
||||
if ($num_total > 0) $class .= "Unread";
|
||||
|
||||
printMobileFeedEntry(-4, $class, __("All articles"), $num_total,
|
||||
"../images/fresh.png", $link);
|
||||
|
||||
$num_fresh = getFeedUnread($link, -3);
|
||||
|
||||
$class = "virt";
|
||||
|
Loading…
x
Reference in New Issue
Block a user