mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
bugfix: notices
This commit is contained in:
@@ -6,9 +6,9 @@
|
|||||||
| Released under the terms and conditions of the GNU General Public License (http://gnu.org).
|
| 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 $
|
| $Source: /cvs_backup/e107_0.8/e107_themes/templates/header_default.php,v $
|
||||||
| $Revision: 1.4 $
|
| $Revision: 1.5 $
|
||||||
| $Date: 2006-12-22 18:47:10 $
|
| $Date: 2007-01-17 13:49:59 $
|
||||||
| $Author: e107coders $
|
| $Author: mrpete $
|
||||||
+-----------------------------------------------------------------------------------------------+
|
+-----------------------------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -91,7 +91,9 @@ echo "<!-- *JS* -->\n";
|
|||||||
|
|
||||||
// Wysiwyg JS support on or off.
|
// Wysiwyg JS support on or off.
|
||||||
if (varset($pref['wysiwyg'],FALSE) && check_class($pref['post_html']) && varset($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);
|
define("e_WYSIWYG",TRUE);
|
||||||
|
echo wysiwyg($e_wysiwyg);
|
||||||
}else{
|
}else{
|
||||||
define("e_WYSIWYG",FALSE);
|
define("e_WYSIWYG",FALSE);
|
||||||
}
|
}
|
||||||
@@ -277,7 +279,7 @@ if (isset($script_text) && $script_text) {
|
|||||||
//
|
//
|
||||||
// I: Calculate JS onload() functions for the BODY tag
|
// I: Calculate JS onload() functions for the BODY tag
|
||||||
//
|
//
|
||||||
|
global $eMenuActive;
|
||||||
$fader_onload='';
|
$fader_onload='';
|
||||||
if(in_array('fader_menu', $eMenuActive))
|
if(in_array('fader_menu', $eMenuActive))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user