summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
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>