handle DB.php load errors inside preference class and don't worry about
[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 */
16
17/* retrieve the template vars */
18extract($t);
19$this->display('error_message.tpl');
20?>
b80b7b6b 21</body>
22</html>