Add associative edit list option widget with optional folder list selector for values...
[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 *
79ba18dc 10 * @copyright 1999-2013 The SquirrelMail Project Team
3cb5a0bb 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?>