From 4710e3dc03ca8e03640d06fe0e2f0d28d31da32c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 22 Oct 2008 08:54:38 +0100 Subject: add (disabled) function to show original article inline in the content pane --- functions.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 8ecf737d7..b57087c00 100644 --- a/functions.php +++ b/functions.php @@ -4712,8 +4712,18 @@ if (!$zoom_mode) { print "$tags_str (+) - (+)"; + + if (defined('_ENABLE_INLINE_VIEW')) { + + print "Inline"; + + } + + print "Zoom"; -- cgit v1.2.3