X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fprinter_friendly_top.php;h=063b6deb6462df39d02c81ac06fba692938116a0;hb=d7270cc414d34775b3aec09cb2364605695fdf43;hp=9748e4ddb49e715330ca217009e2007a13fcca56;hpb=82d304a0501324b276cabab1870755d5352bd21c;p=squirrelmail.git diff --git a/src/printer_friendly_top.php b/src/printer_friendly_top.php index 9748e4dd..063b6deb 100644 --- a/src/printer_friendly_top.php +++ b/src/printer_friendly_top.php @@ -1,49 +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', - ''. - '
'. - ' '. - ''. - '
'. - '
', - 'right' ); - ''. "\n"; +$oTemplate->display('printer_friendly_top.tpl'); -?> +$oTemplate->display('footer.tpl'); +?> \ No newline at end of file