Put sample .htaccess in all directories browser does not access directly
[squirrelmail.git] / templates / default / read_message_print.tpl
CommitLineData
a6519f05 1<?php
2/**
3 * read_message_print.tpl
4 *
5 * Let a non-JavaScript user know that they can print this page.
6 *
7 * @copyright &copy; 2008 The SquirrelMail Project Team
8 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
9 * @version $Id: read_menubar_nav.tpl 12415 2007-05-18 11:05:23Z pdontthink $
10 * @package squirrelmail
11 * @subpackage templates
12 */
13?>
14
15<div id="printMessageBox">
16<?php echo _("Use your web browser's Print button or File -&gt; Print menu option to print this email. Afterwards, you can close this browser window again to return to SquirrelMail."); ?>
17</div>