updating error_box() function calls. second argument was modified.
[squirrelmail.git] / templates / default / footer.tpl
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 */
16
17 /* retrieve the template vars */
18 extract($t);
19 $this->display('error_message.tpl');
20 ?>
21 <!-- end of generated html -->
22 </body>
23 </html>