X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fprinter_friendly_top.php;h=2473f1a55346d15ca063947b61534b2eaec45bfa;hp=fb4561ce140d7bf25c55c17f675d5cfb7cb98b0b;hb=ebd2391cb0c5e3049870f90fa8a8b28707e9571a;hpb=ba1eb6ec39baa1b289471e55e21f1b983c8cb4b7 diff --git a/src/printer_friendly_top.php b/src/printer_friendly_top.php index fb4561ce..2473f1a5 100644 --- a/src/printer_friendly_top.php +++ b/src/printer_friendly_top.php @@ -1,44 +1,28 @@ \n". - "\n". - "\n", FALSE ); +/** + * Include the SquirrelMail initialization file. + */ +include('../include/init.php'); +displayHtmlHeader( _("Printer Friendly")); +$oErrorHandler->setDelayedErrors(true); -echo "\n" . - //'
'. - '
'. - '
'. - ' '. - ''. - '
'. - '
'. - //'
'. - ''. - "\n"; +$oTemplate->display('printer_friendly_top.tpl'); -?> +$oTemplate->display('footer.tpl');