summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php15
1 files changed, 13 insertions, 2 deletions
diff --git a/tt-rss.php b/tt-rss.php
index f76614c2e..13c2b17c5 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -209,8 +209,18 @@
</td>
</tr>
</table>
- </td>
-</tr><tr>
+ </td>
+</tr>
+<? if (get_pref($link, 'COMBINED_DISPLAY_MODE')) { ?>
+<tr>
+ <td id="headlines" class="headlines2" valign="top">
+ <iframe frameborder="0" name="headlines-frame"
+ id="headlines-frame" class="headlinesFrame"
+ src="backend.php?op=error&msg=No%20feed%20selected."></iframe>
+ </td>
+</tr>
+<? } else { ?>
+<tr>
<td id="headlines" class="headlines" valign="top">
<iframe frameborder="0" name="headlines-frame"
id="headlines-frame" class="headlinesFrame"
@@ -222,6 +232,7 @@
id="content-frame" class="contentFrame"> </iframe>
</td>
</tr>
+<? } ?>
<? if (get_pref($link, 'DISPLAY_FOOTER')) { ?>
<tr>
<td colspan="2" class="footer">