Play it a little safer when reassigning login uri
[squirrelmail.git] / templates / default / footer.tpl
index be736728f7e6536699fa34e330642918fefac056..23a0bc21a0cb3d00dae77e56d421ce30fee527e8 100644 (file)
@@ -5,7 +5,7 @@
  *
  * 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
  */
 
 /** add required includes */
+include_once(SM_PATH . 'templates/util_global.php');
 
 /* retrieve the template vars */
 extract($t);
-$this->display('error_message.tpl');
-?>
 
+displayErrors();
+?>
+<!-- end of generated html -->
 </body>
 </html>
\ No newline at end of file