summaryrefslogtreecommitdiff
path: root/mobile/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/functions.php')
-rw-r--r--mobile/functions.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/mobile/functions.php b/mobile/functions.php
index db8e2947b..b5148bad8 100644
--- a/mobile/functions.php
+++ b/mobile/functions.php
@@ -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";