From 772049339ade88e44ce4e692902f570de8d13b82 Mon Sep 17 00:00:00 2001 From: secretr Date: Fri, 21 Nov 2008 11:12:06 +0000 Subject: [PATCH] typo error --- e107_themes/templates/header_default.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e107_themes/templates/header_default.php b/e107_themes/templates/header_default.php index ea903ca81..a810813f0 100644 --- a/e107_themes/templates/header_default.php +++ b/e107_themes/templates/header_default.php @@ -6,9 +6,9 @@ | Released under the terms and conditions of the GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_themes/templates/header_default.php,v $ -| $Revision: 1.24 $ -| $Date: 2008-11-17 07:17:23 $ -| $Author: e107coders $ +| $Revision: 1.25 $ +| $Date: 2008-11-21 11:12:06 $ +| $Author: secretr $ +-----------------------------------------------------------------------------------------------+ */ @@ -373,7 +373,7 @@ global $eMenuActive, $eMenuArea; if(in_array('fader_menu', $eMenuActive)) $js_body_onload[] = 'changecontent(); '; // External links handling -$js_body_onload[] = array();//'externalLinks();'; - already registered to e107:loaded Event by the new JS API +$js_body_onload = array();//'externalLinks();'; - already registered to e107:loaded Event by the new JS API // Theme JS if (defined('THEME_ONLOAD')) $js_body_onload[] = THEME_ONLOAD;