]> git.wh0rd.org Git - tt-rss.git/commitdiff
outputHeadlinesList: do not show feed title inline in vfeeds
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 12 Nov 2010 18:57:26 +0000 (21:57 +0300)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 12 Nov 2010 18:57:26 +0000 (21:57 +0300)
functions.php

index 4b7e9e6ba80725495d1304991d347394f25e8431..d60ec0ca8273d5d47cef6adb73738a0bc682c7f2 100644 (file)
 
                                        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>";