Correctly update cached message flags in ALL places when they are changed by the...
[squirrelmail.git] / src / printer_friendly_top.php
... / ...
CommitLineData
1<?php
2
3/**
4 * printer_friendly top frame
5 *
6 * top frame of printer_friendly_main.php
7 * displays some javascript buttons for printing & closing
8 *
9 * @copyright &copy; 1999-2007 The SquirrelMail Project Team
10 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
11 * @version $Id$
12 * @package squirrelmail
13 */
14
15/**
16 * Include the SquirrelMail initialization file.
17 */
18include('../include/init.php');
19
20displayHtmlHeader( _("Printer Friendly"));
21$oErrorHandler->setDelayedErrors(true);
22
23$oTemplate->display('printer_friendly_top.tpl');
24
25$oTemplate->display('footer.tpl');
26?>