Update copyrights to 2010
[squirrelmail.git] / templates / default / header.tpl
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 1999-2010 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 //
21 extract($t);
22
23
24 echo $header;
25
26