瀏覽代碼

util_global.php is also included by footer.tpl => include_once.

stekkel 19 年之前
父節點
當前提交
0eb51a9060
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      templates/default_advanced/login.tpl

+ 3 - 3
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);