removed local directory name used for testing.
[squirrelmail.git] / templates / default / footer.tpl
CommitLineData
b80b7b6b 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 */
19extract($t);
20$this->display('error_message.tpl');
21?>
22
23</body>
24</html>