A few output elements are used often, so just retrieve them once and make them global...
[squirrelmail.git] / templates / default / footer.tpl
index be736728f7e6536699fa34e330642918fefac056..c4645e444ecf0c733a5cfb8c6b7ba6d96a7bdf8b 100644 (file)
@@ -5,19 +5,18 @@
  *
  * Template for viewing the footer
  *
- * @copyright © 1999-2005 The SquirrelMail Project Team
+ * @copyright © 1999-2006 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>