Call the new function displayErrors() to display errors rather than refering to ...
authorstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 10 Aug 2006 22:29:17 +0000 (22:29 +0000)
committerstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 10 Aug 2006 22:29:17 +0000 (22:29 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11509 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/footer.tpl

index e330ad4e9ae64fda165ae30336cd1a715b7b3a21..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>