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