mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 00:25:56 +00:00
mobile: show Archived feed
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -59,6 +59,10 @@
|
||||
margin-right : 10px;
|
||||
vertical-align : middle;
|
||||
}
|
||||
|
||||
a img {
|
||||
border-width : 0px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user