Fix hook for folders page
[squirrelmail.git] / templates / default / read_xmailer.tpl
1 <?php
2 /**
3 * read_xmailer.tpl
4 *
5 * Template for setting the Mailer option
6 *
7 * The following variables are available in this template:
8 * $xmailer - Mailer as set on the message
9 *
10 * @copyright &copy; 1999-2006 The SquirrelMail Project Team
11 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
12 * @version $Id$
13 * @package squirrelmail
14 * @subpackage templates
15 */
16
17 /** add required includes **/
18
19 /** extract template variables **/
20 extract($t);
21
22 /** Begin template **/
23 echo $xmailer;
24 ?>