summaryrefslogtreecommitdiff
path: root/mobile/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-12-29 22:41:43 +0300
committerAndrew Dolgov <[email protected]>2009-12-29 22:41:43 +0300
commit87e3d2dd89cdb7ac47b284fa538a45edfa1669a4 (patch)
tree57f5ae8970da7f8849e874ba7bd29c1ea55073ae /mobile/functions.php
parenta491a7f10343b98043f07651e3a254fa8a975640 (diff)
mobile: show Archived feed
Diffstat (limited to 'mobile/functions.php')
-rw-r--r--mobile/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/functions.php b/mobile/functions.php
index c0085e5ea..0fa443f8b 100644
--- a/mobile/functions.php
+++ b/mobile/functions.php
@@ -170,7 +170,7 @@
print "<ul id='cat--1' title='$title' myBackLabel='".__("Home")."'
myBackHref='home.php'>";
- foreach (array(-4, -1,-2,-3) as $id) {
+ foreach (array(-4, -3, -1, -2, 0) as $id) {
$title = getFeedTitle($link, $id);
$unread = getFeedUnread($link, $id, false);
$icon = getFeedIcon($id);