bring string in line with rest
[squirrelmail.git] / src / printer_friendly_top.php
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-2006 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 */
18 include('../include/init.php');
19
20 displayHtmlHeader( _("Printer Friendly"));
21 $oErrorHandler->setDelayedErrors(true);
22
23 $oTemplate->display('printer_friendly_top.tpl');
24
25 $oTemplate->display('footer.tpl');
26 ?>