From c15e725c751bcc5773d4443ac972eca9a26e2aab Mon Sep 17 00:00:00 2001 From: stekkel Date: Mon, 9 Oct 2006 19:36:36 +0000 Subject: [PATCH] util_global.php is also included by footer.tpl => include_once. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11888 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default_advanced/login.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/default_advanced/login.tpl b/templates/default_advanced/login.tpl index d7f966a3..d4c85a57 100644 --- a/templates/default_advanced/login.tpl +++ b/templates/default_advanced/login.tpl @@ -15,9 +15,9 @@ * $login_extra - Some extra form fields needed by SquirrelMail * for the login. Template designers SHOULD ALWAYS * INCLUDE this value somewhere in the form. - * $plugin_output - An array of extra output that may be added by + * $plugin_output - An array of extra output that may be added by * plugin(s). - * + * * @copyright © 1999-2006 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ @@ -26,7 +26,7 @@ */ // add includes -require(SM_PATH . 'templates/util_global.php'); +include_once(SM_PATH . 'templates/util_global.php'); /* retrieve the template vars */ extract($t); -- 2.25.1