Index: trunk/admin/editor/inp_fckconfig.js =================================================================== diff -u -r1735 -r1759 --- trunk/admin/editor/inp_fckconfig.js (.../inp_fckconfig.js) (revision 1735) +++ trunk/admin/editor/inp_fckconfig.js (.../inp_fckconfig.js) (revision 1759) @@ -1,4 +1,4 @@ -s/* +/* * Edited by Kostja * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben @@ -20,11 +20,9 @@ * Frederico Caldeira Knabben (fredck@fckeditor.net) */ -alert('my config'); - FCKConfig.CustomConfigurationsPath = '' ; -FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ; +//FCKConfig.EditorAreaCSS = FCKConfig.ProjectPath + 'themes/site/inc/style.css' ; FCKConfig.BaseHref = '' ; @@ -97,7 +95,7 @@ FCKConfig.FontSizes = '1/xx-small;2/x-small;3/small;4/medium;5/large;6/x-large;7/xx-large' ; FCKConfig.FontFormats = 'p;div;pre;address;h1;h2;h3;h4;h5;h6' ; -FCKConfig.StylesXmlPath = '../inp_styles.xml' ; +FCKConfig.StylesXmlPath = '../../inp_styles.xml' ; FCKConfig.SpellChecker = 'ieSpell' ; // 'ieSpell' | 'SpellerPages' FCKConfig.IeSpellDownloadUrl = 'http://www.iespell.com/rel/ieSpellSetup211325.exe' ;