From 5b07852ba0ef311645d6d4255fc8a618e1c32f03 Mon Sep 17 00:00:00 2001 From: stevetruckstuff Date: Thu, 10 Aug 2006 22:29:17 +0000 Subject: [PATCH] Call the new function displayErrors() to display errors rather than refering to $this. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11509 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/footer.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/default/footer.tpl b/templates/default/footer.tpl index e330ad4e..23a0bc21 100644 --- a/templates/default/footer.tpl +++ b/templates/default/footer.tpl @@ -13,10 +13,12 @@ */ /** add required includes */ +include_once(SM_PATH . 'templates/util_global.php'); /* retrieve the template vars */ extract($t); -$this->display('error_message.tpl'); + +displayErrors(); ?> -- 2.25.1