ソースを参照

Make the title of the printer friendly page the subject of the mail -
this will look better on the print itself.

Thijs Kinkhorst 22 年 前
コミット
bbd5b5d113
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/printer_friendly_bottom.php

+ 1 - 1
src/printer_friendly_bottom.php

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