summaryrefslogtreecommitdiff
path: root/mobile
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
parenta491a7f10343b98043f07651e3a254fa8a975640 (diff)
mobile: show Archived feed
Diffstat (limited to 'mobile')
-rw-r--r--mobile/functions.php2
-rw-r--r--mobile/index.php4
2 files changed, 5 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);
diff --git a/mobile/index.php b/mobile/index.php
index b3221d67e..bcdfe23d1 100644
--- a/mobile/index.php
+++ b/mobile/index.php
@@ -59,6 +59,10 @@
margin-right : 10px;
vertical-align : middle;
}
+
+ a img {
+ border-width : 0px;
+ }
</style>
<body>