mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 14:21:28 +00:00
do not output topmost articles in CDM headlines
This commit is contained in:
@@ -200,7 +200,7 @@
|
|||||||
|
|
||||||
print "]]></headlines>";
|
print "]]></headlines>";
|
||||||
|
|
||||||
if (is_array($topmost_article_ids)) {
|
if (is_array($topmost_article_ids) && !get_pref($link, 'COMBINED_DISPLAY_MODE')) {
|
||||||
print "<articles>";
|
print "<articles>";
|
||||||
foreach ($topmost_article_ids as $id) {
|
foreach ($topmost_article_ids as $id) {
|
||||||
outputArticleXML($link, $id, $feed, false);
|
outputArticleXML($link, $id, $feed, false);
|
||||||
|
|||||||
Reference in New Issue
Block a user