Add template for field ordering
[squirrelmail.git] / templates / default / footer.tpl
index 8de1394ddb87d7c1e90067c663287b546a8421b1..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