summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-12 21:57:26 +0300
committerAndrew Dolgov <[email protected]>2010-11-12 21:57:26 +0300
commitaf32a59aefc17d1c88dfc9a18fa2e5382da2784a (patch)
tree7cfe9bb2544d6cecc4c5403976fb43799aa1c368 /functions.php
parente4f7f8dff28ecb902ddd18cfad81a53b321ad086 (diff)
outputHeadlinesList: do not show feed title inline in vfeeds
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 4b7e9e6ba..d60ec0ca8 100644
--- a/functions.php
+++ b/functions.php
@@ -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>";