Add template for field ordering
[squirrelmail.git] / templates / default / footer.tpl
index 5d1f83f2272e756ca18e6a183fa281a65daf52a9..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();
+?>
+<!-- end of generated html -->
 </body>
 </html>
\ No newline at end of file