From 70830c87c950e9c7b4267372acaedd8d0f9b7d58 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 5 Sep 2005 10:09:10 +0100 Subject: optional support for showing content in an iframe --- config.php-dist | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.php-dist') 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 + ?> -- cgit v1.2.3