mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-30 16:41:27 +00:00
combined article display mode (option COMBINED_DISPLAY_MODE), remove xml feed output
This commit is contained in:
15
tt-rss.php
15
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">
|
||||
|
||||
Reference in New Issue
Block a user