* $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$
*/
// add includes
-require(SM_PATH . 'templates/util_global.php');
+include_once(SM_PATH . 'templates/util_global.php');
/* retrieve the template vars */
extract($t);