From 7a1a1cb3b04d9926884b7ff7aea24a245860f0b3 Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Tue, 23 Jan 2007 22:44:47 +0000 Subject: [PATCH] removed tinymce inclusion from header files. (Already loaded with e_meta.php) --- e107_admin/header.php | 8 +++----- e107_themes/templates/header_default.php | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/e107_admin/header.php b/e107_admin/header.php index 6232fb6f5..1ab3bc828 100644 --- a/e107_admin/header.php +++ b/e107_admin/header.php @@ -12,9 +12,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_admin/header.php,v $ -| $Revision: 1.7 $ -| $Date: 2007-01-20 15:57:53 $ -| $Author: mrpete $ +| $Revision: 1.8 $ +| $Date: 2007-01-23 22:44:47 $ +| $Author: e107coders $ +---------------------------------------------------------------+ */ @@ -129,9 +129,7 @@ echo "\n"; // Wysiwyg JS support on or off. // your code should run off e_WYSIWYG if (varset($pref['wysiwyg'],FALSE) && check_class($pref['post_html']) && varset($e_wysiwyg) != "") { - require_once(e_HANDLER."tiny_mce/wysiwyg.php"); define("e_WYSIWYG",TRUE); - echo wysiwyg($e_wysiwyg); }else{ define("e_WYSIWYG",FALSE); } diff --git a/e107_themes/templates/header_default.php b/e107_themes/templates/header_default.php index fb732245d..07835f6a4 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.5 $ -| $Date: 2007-01-17 13:49:59 $ -| $Author: mrpete $ +| $Revision: 1.6 $ +| $Date: 2007-01-23 22:44:47 $ +| $Author: e107coders $ +-----------------------------------------------------------------------------------------------+ */ @@ -91,9 +91,7 @@ echo "\n"; // Wysiwyg JS support on or off. if (varset($pref['wysiwyg'],FALSE) && check_class($pref['post_html']) && varset($e_wysiwyg) != "") { - require_once(e_HANDLER."tiny_mce/wysiwyg.php"); define("e_WYSIWYG",TRUE); - echo wysiwyg($e_wysiwyg); }else{ define("e_WYSIWYG",FALSE); }