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