summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-05 10:09:10 +0100
committerAndrew Dolgov <[email protected]>2005-09-05 10:09:10 +0100
commit70830c87c950e9c7b4267372acaedd8d0f9b7d58 (patch)
treea26089c42e0bad6154ab6180937ab71d21585716 /tt-rss.php
parent7e63d5e429d107234457689552c18e233baae286 (diff)
optional support for showing content in an iframe
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 338b3efc8..e4efe330b 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -46,7 +46,9 @@
</td>
</tr>
<td class="content" id="content" valign="top">
- &nbsp;
+ <? if (ENABLE_CONTENT_IFRAME) { ?>
+ <iframe id="content-frame" class="contentFrame">
+ <? } ?>
</td>
</tr>
<tr>