Japanese without mbstring handling
[squirrelmail.git] / src / printer_friendly_bottom.php
index 3fa0c95b82e2d081c857fd587cb5e8475eca25ba..a9a76830a64fd1e44a793a2d739d154a12486e86 100644 (file)
  * - this is the page that does all the work, really.
  *
  * $Id$
+ * @package squirrelmail
  */
 
-/* Path for SquirrelMail required files. */
+/** Path for SquirrelMail required files. */
 define('SM_PATH','../');
 
 /* SquirrelMail required files. */
@@ -111,7 +112,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) */