]> git.wh0rd.org - tt-rss.git/commitdiff
mobile: show Archived feed
authorAndrew Dolgov <fox@bah.org.ru>
Tue, 29 Dec 2009 19:41:43 +0000 (22:41 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Tue, 29 Dec 2009 19:41:43 +0000 (22:41 +0300)
mobile/functions.php
mobile/index.php

index c0085e5ea5ca44d85dce8053a9e07c01fac71944..0fa443f8b1d31e2cc54921d46022904f2a66b93d 100644 (file)
                        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);
index b3221d67e831c5a02fd3fc37b9381302a76bf623..bcdfe23d1af8b080949017ba3823f209aec23354 100644 (file)
                margin-right : 10px;
                vertical-align : middle;
        }
+
+       a img {
+               border-width : 0px;
+       }
 </style>
 
 <body>