Happy New Year
[squirrelmail.git] / templates / default / footer.tpl
index 2a06b7583068585e4351f3d82f6a35b8c31872ad..888d30c31e046a788a13915748f8d140189cf000 100644 (file)
@@ -1,24 +1,22 @@
-     <?php
+<?php
 
 /**
  * footer.tpl
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * Template for viewing the footer
  *
+ * @copyright 1999-2020 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage templates
  */
 
-/** add required includes */
-
 /* retrieve the template vars */
 extract($t);
-$this->display('error_message.tpl');
-?>
 
+displayErrors();
+?>
+<!-- end of generated html -->
 </body>
-</html>
\ No newline at end of file
+</html>