X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fprinter_friendly_top.php;h=2473f1a55346d15ca063947b61534b2eaec45bfa;hp=3e7376d28a30e3da9e0e007bc3d4e0cc41e57bd8;hb=ebd2391cb0c5e3049870f90fa8a8b28707e9571a;hpb=f226cba750d5d3330126b17f9b8dc928a97e76fa diff --git a/src/printer_friendly_top.php b/src/printer_friendly_top.php index 3e7376d2..2473f1a5 100644 --- a/src/printer_friendly_top.php +++ b/src/printer_friendly_top.php @@ -1,54 +1,28 @@ - - - - - -', $theme_css); - echo "\n"; - } +displayHtmlHeader( _("Printer Friendly")); +$oErrorHandler->setDelayedErrors(true); +$oTemplate->display('printer_friendly_top.tpl'); - printf('', - $color[8], $color[3], $color[7], $color[7], $color[7]); -?> -
- -
- - -
-
-
- - +$oTemplate->display('footer.tpl');