1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:55:55 +00:00

do not output topmost articles in CDM headlines

This commit is contained in:
Andrew Dolgov
2007-05-15 08:54:42 +01:00
parent 67343d9f9b
commit a8f8e30fcf

View File

@@ -200,7 +200,7 @@
print "]]></headlines>";
if (is_array($topmost_article_ids)) {
if (is_array($topmost_article_ids) && !get_pref($link, 'COMBINED_DISPLAY_MODE')) {
print "<articles>";
foreach ($topmost_article_ids as $id) {
outputArticleXML($link, $id, $feed, false);