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