Ahhhh. I hate having to aim for checkboxes
[squirrelmail.git] / templates / default / header.tpl
CommitLineData
7ca9685a 1<?php
2
3/**
4 * header.tpl
5 *
6 * Template for constructing a header that is sent to the browser.
7 *
8 * The following variables are available in this template:
9 * + $header - The header string to be sent
10 *
11 * @copyright &copy; 1999-2006 The SquirrelMail Project Team
12 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
13 * @version $Id$
14 * @package squirrelmail
15 * @subpackage templates
16 */
17
18
19// retrieve the template vars
20//
21extract($t);
22
23
24echo $header;
25
26