2a06b7583068585e4351f3d82f6a35b8c31872ad
[squirrelmail.git] / templates / default / footer.tpl
1 <?php
2
3 /**
4 * footer.tpl
5 *
6 * Copyright (c) 1999-2005 The SquirrelMail Project Team
7 * Licensed under the GNU GPL. For full terms see the file COPYING.
8 *
9 * Template for viewing the footer
10 *
11 * @version $Id$
12 * @package squirrelmail
13 * @subpackage templates
14 */
15
16 /** add required includes */
17
18 /* retrieve the template vars */
19 extract($t);
20 $this->display('error_message.tpl');
21 ?>
22
23 </body>
24 </html>