X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fprinter_friendly_top.php;h=063b6deb6462df39d02c81ac06fba692938116a0;hb=d7270cc414d34775b3aec09cb2364605695fdf43;hp=37d1b440e79507d8ebaf326847af969cd78ef0ed;hpb=1c6634780266caff6f27c3210d1375cf538002d2;p=squirrelmail.git diff --git a/src/printer_friendly_top.php b/src/printer_friendly_top.php index 37d1b440..063b6deb 100644 --- a/src/printer_friendly_top.php +++ b/src/printer_friendly_top.php @@ -1,46 +1,26 @@ \n". - "\n". - "\n", FALSE ); +/** + * Include the SquirrelMail initialization file. + */ +include('../include/init.php'); +displayHtmlHeader( _("Printer Friendly")); +$oErrorHandler->setDelayedErrors(true); -echo "\n" . - //'
'. - html_tag( 'div', - ''. - '
'. - ' '. - ''. - '
'. - '
', - 'center' ); - //'
'. - ''. "\n"; +$oTemplate->display('printer_friendly_top.tpl'); -?> +$oTemplate->display('footer.tpl'); +?> \ No newline at end of file