mobile: show Archived feed

This commit is contained in:
Andrew Dolgov 2009-12-29 22:41:43 +03:00
parent a491a7f103
commit 87e3d2dd89
2 changed files with 5 additions and 1 deletions

View File

@ -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);

View File

@ -59,6 +59,10 @@
margin-right : 10px;
vertical-align : middle;
}
a img {
border-width : 0px;
}
</style>
<body>