X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fprinter_friendly_main.php;h=7d877fe6613f81adfec429e35d419753c8a20453;hb=d88941c7b900f87e04674c9d61ebcf9dff8d44eb;hp=bb134f9a3885c60b0bfe3dffa2349ea0d8e67d23;hpb=6c84ba1ec45ab854c37b6f65c5b4d84ab1c7aad4;p=squirrelmail.git diff --git a/src/printer_friendly_main.php b/src/printer_friendly_main.php index bb134f9a..7d877fe6 100644 --- a/src/printer_friendly_main.php +++ b/src/printer_friendly_main.php @@ -3,7 +3,7 @@ /** * printer_friendly frameset * - * @copyright (c) 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 @@ -27,6 +27,8 @@ if ( ! sqgetGlobalVar('mailbox',$mailbox,SQ_GET) || error_box(_("Invalid URL"),$color); } 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"; @@ -35,8 +37,11 @@ if ( ! sqgetGlobalVar('mailbox',$mailbox,SQ_GET) || echo '' . "\n"; echo "\n"; } + ?> - \ No newline at end of file +