mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 22:45:57 +00:00
mobile: add fresh feed
This commit is contained in:
@@ -36,6 +36,15 @@
|
||||
print "<li class=\"feedCatHolder\"><ul class=\"feedCatList\">";
|
||||
}
|
||||
|
||||
$num_fresh = getFeedUnread($link, -3);
|
||||
|
||||
$class = "virt";
|
||||
|
||||
if ($num_fresh > 0) $class .= "Unread";
|
||||
|
||||
printMobileFeedEntry(-3, $class, "Fresh articles", $num_fresh,
|
||||
"../images/fresh.png", $link);
|
||||
|
||||
$num_starred = getFeedUnread($link, -1);
|
||||
|
||||
$class = "virt";
|
||||
|
||||
Reference in New Issue
Block a user