X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fprinter_friendly_main.php;h=7d877fe6613f81adfec429e35d419753c8a20453;hb=d88941c7b900f87e04674c9d61ebcf9dff8d44eb;hp=d1cfe9bad5e922630ab69e0a4b01209f4cae975e;hpb=4b4abf93a9624311afef0c385023724ee46a2b60;p=squirrelmail.git diff --git a/src/printer_friendly_main.php b/src/printer_friendly_main.php index d1cfe9ba..7d877fe6 100644 --- a/src/printer_friendly_main.php +++ b/src/printer_friendly_main.php @@ -3,7 +3,7 @@ /** * printer_friendly frameset * - * @copyright © 1999-2005 The SquirrelMail Project Team + * @copyright © 1999-2006 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -28,6 +28,7 @@ if ( ! sqgetGlobalVar('mailbox',$mailbox,SQ_GET) || } else { $passed_id= (int) $passed_id; $view_unsafe_images = (bool) $_GET['view_unsafe_images']; + sqgetGlobalVar('show_html_default', $show_html_default, SQ_FORM); /* end globals */ displayHtmlHeader( _("Printer Friendly"), '', false, true ); echo '' . "\n"; @@ -37,9 +38,10 @@ if ( ! sqgetGlobalVar('mailbox',$mailbox,SQ_GET) || . urlencode($passed_ent_id) . '&mailbox=' . urlencode($mailbox) . '&passed_id=' . $passed_id . '&view_unsafe_images='.$view_unsafe_images + . '&show_html_default='.$show_html_default . '" name="bottom_frame" frameborder="0" />' . "\n"; echo "\n"; } ?> - \ No newline at end of file +