Play it a little safer when reassigning login uri
[squirrelmail.git] / templates / default / footer.tpl
... / ...
CommitLineData
1<?php
2
3/**
4 * footer.tpl
5 *
6 * Template for viewing the footer
7 *
8 * @copyright &copy; 1999-2006 The SquirrelMail Project Team
9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
10 * @version $Id$
11 * @package squirrelmail
12 * @subpackage templates
13 */
14
15/** add required includes */
16include_once(SM_PATH . 'templates/util_global.php');
17
18/* retrieve the template vars */
19extract($t);
20
21displayErrors();
22?>
23<!-- end of generated html -->
24</body>
25</html>