From 0462829696c5c74dae890e34d7602d10533fe9f3 Mon Sep 17 00:00:00 2001 From: kink Date: Mon, 28 Jul 2003 10:35:41 +0000 Subject: [PATCH] Make the title of the printer friendly page the subject of the mail - this will look better on the print itself. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5462 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/printer_friendly_bottom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/printer_friendly_bottom.php b/src/printer_friendly_bottom.php index 3fa0c95b..5f3721c0 100644 --- a/src/printer_friendly_bottom.php +++ b/src/printer_friendly_bottom.php @@ -111,7 +111,7 @@ $subject = decodeHeader($subject); /* --start browser output-- */ -displayHtmlHeader( _("Printer Friendly"), '', FALSE ); +displayHtmlHeader( $subject, '', FALSE ); echo ''."\n" . /* headers (we use table because translations are not all the same width) */ -- 2.25.1