1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 05:37:32 +02:00

bugfix - TinyMce path correction.

This commit is contained in:
CaMer0n
2007-02-08 04:42:39 +00:00
parent d86eda0697
commit 5f062382c0

View File

@@ -4,8 +4,8 @@
| e107 website system - Tiny MCE controller file. | e107 website system - Tiny MCE controller file.
| |
| $Source: /cvs_backup/e107_0.8/e107_plugins/tinymce/wysiwyg.php,v $ | $Source: /cvs_backup/e107_0.8/e107_plugins/tinymce/wysiwyg.php,v $
| $Revision: 1.1 $ | $Revision: 1.2 $
| $Date: 2006-12-22 18:45:26 $ | $Date: 2007-02-08 04:42:39 $
| $Author: e107coders $ | $Author: e107coders $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -42,7 +42,7 @@ if(!$tinylang[$lang]){
$thescript = (strpos($_SERVER['SERVER_SOFTWARE'],"mod_gzip")) ? "tiny_mce_gzip.php" : "tiny_mce.js"; $thescript = (strpos($_SERVER['SERVER_SOFTWARE'],"mod_gzip")) ? "tiny_mce_gzip.php" : "tiny_mce.js";
$text = "<script type='text/javascript' src='".e_HANDLER."tiny_mce/".$thescript."'></script>\n"; $text = "<script type='text/javascript' src='".e_PLUGIN."tinymce/".$thescript."'></script>\n";
$text .= "<script type='text/javascript'>\n tinyMCE.init({\n"; $text .= "<script type='text/javascript'>\n tinyMCE.init({\n";