bring string in line with rest
[squirrelmail.git] / src / printer_friendly_top.php
CommitLineData
f226cba7 1<?php
44966ae5 2
35586184 3/**
b5cd24a8 4 * printer_friendly top frame
35586184 5 *
6 * top frame of printer_friendly_main.php
7 * displays some javascript buttons for printing & closing
8 *
47ccfad4 9 * @copyright &copy; 1999-2006 The SquirrelMail Project Team
b5cd24a8 10 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
30967a1e 11 * @version $Id$
8f6f9ba5 12 * @package squirrelmail
35586184 13 */
f226cba7 14
30967a1e 15/**
202bcbcc 16 * Include the SquirrelMail initialization file.
30967a1e 17 */
202bcbcc 18include('../include/init.php');
86725763 19
be7a2943 20displayHtmlHeader( _("Printer Friendly"));
21$oErrorHandler->setDelayedErrors(true);
f226cba7 22
be7a2943 23$oTemplate->display('printer_friendly_top.tpl');
a2b193bc 24
5c4ff7bf 25$oTemplate->display('footer.tpl');
26?>