Index: trunk/admin/editor/editor_new.php =================================================================== diff -u -r1662 -r1735 --- trunk/admin/editor/editor_new.php (.../editor_new.php) (revision 1662) +++ trunk/admin/editor/editor_new.php (.../editor_new.php) (revision 1735) @@ -99,7 +99,7 @@ } - +
ToolbarSet = 'Advanced' ; $oFCKeditor->Value = '' ; $oFCKeditor->Config = Array( - 'UserFilesPath' => $pathtoroot.'kernel/userfiles', + 'UserFilesPath' => $pathtoroot.'kernel/user_files', 'ProjectPath' => $objConfig->Get("Site_Path"), 'CustomConfigurationsPath' => $rootURL.'admin/editor/inp_fckconfig.js', - - 'Debug' => 1, + 'EditorAreaCSS' => $rootURL.'themes/site/inc/style.css', + 'StylesXmlPath' => '../../inp_styles.xml', + //'Debug' => 1, ); echo $oFCKeditor->CreateHtml() ; @@ -203,6 +204,6 @@ END; ?> - setTimeout('update_content();',100); +// setTimeout('update_content();',100);