Form values come to PHP as strings, so default comparison should be consistent
[squirrelmail.git] / templates / default / read_xmailer.tpl
CommitLineData
3cb5a0bb 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 **/
20extract($t);
21
22/** Begin template **/
23echo $xmailer;
24?>