Make the title of the printer friendly page the subject of the mail -
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 28 Jul 2003 10:35:41 +0000 (10:35 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 28 Jul 2003 10:35:41 +0000 (10:35 +0000)
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

index 3fa0c95b82e2d081c857fd587cb5e8475eca25ba..5f3721c07b994944a7d2f9e4a5e624ff86b7ce4b 100644 (file)
@@ -111,7 +111,7 @@ $subject = decodeHeader($subject);
 
 
 /* --start browser output-- */
-displayHtmlHeader( _("Printer Friendly"), '', FALSE );
+displayHtmlHeader( $subject, '', FALSE );
 
 echo '<body text="#000000" bgcolor="#FFFFFF" link="#000000" vlink="#000000" alink="#000000">'."\n" .
      /* headers (we use table because translations are not all the same width) */