From: Andrew Dolgov Date: Tue, 15 May 2007 07:54:42 +0000 (+0100) Subject: do not output topmost articles in CDM headlines X-Git-Tag: schema_freeze_for_1.2.11~46 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a8f8e30fcfb204f011970ca3c20211e26300f2f2;p=tt-rss.git do not output topmost articles in CDM headlines --- diff --git a/backend.php b/backend.php index 1af01a7b..9ca9e053 100644 --- a/backend.php +++ b/backend.php @@ -200,7 +200,7 @@ print "]]>"; - if (is_array($topmost_article_ids)) { + if (is_array($topmost_article_ids) && !get_pref($link, 'COMBINED_DISPLAY_MODE')) { print ""; foreach ($topmost_article_ids as $id) { outputArticleXML($link, $id, $feed, false);