outputHeadlinesList: do not show feed title inline in vfeeds

This commit is contained in:
Andrew Dolgov 2010-11-12 21:57:26 +03:00
parent e4f7f8dff2
commit af32a59aef
1 changed files with 2 additions and 2 deletions

View File

@ -5288,14 +5288,14 @@
print $labels_str;
if (!get_pref($link, 'VFEED_GROUP_BY_FEED')) {
/* if (!get_pref($link, 'VFEED_GROUP_BY_FEED')) {
if (@$line["feed_title"]) {
print "<span class=\"hlFeed\">
(<a href=\"#\" onclick=\"viewfeed($feed_id)\">".
$line["feed_title"]."</a>)
</span>";
}
}
} */
print "</td>";