summaryrefslogtreecommitdiff
path: root/config.php-dist
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 /config.php-dist
parent7e63d5e429d107234457689552c18e233baae286 (diff)
optional support for showing content in an iframe
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index e441a94be..0860c8f7f 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -22,6 +22,9 @@
define(ENABLE_PREFS_CATCHUP_UNCATCHUP, false);
// enable "Mark as read/unread" buttons in preferences dialog
-
+
+ define(ENABLE_CONTENT_IFRAME, true);
+ // show article in an iframe to mitigate scrolling UI issues
+
?>