Index: lams_central/web/includes/javascript/fckconfig_custom.js =================================================================== diff -u -rc2fd35d8d452761101cdc81b6d72e9ba081f3c38 -rc2f8a6ea0f9e12b563840854b640d52bce6cb25e --- lams_central/web/includes/javascript/fckconfig_custom.js (.../fckconfig_custom.js) (revision c2fd35d8d452761101cdc81b6d72e9ba081f3c38) +++ lams_central/web/includes/javascript/fckconfig_custom.js (.../fckconfig_custom.js) (revision c2f8a6ea0f9e12b563840854b640d52bce6cb25e) @@ -34,13 +34,13 @@ ] ; -FCKConfig.EditorAreaCSS = FCKConfig.BasePath + '../../css/defaultHTML_learner.css' ; +FCKConfig.EditorAreaCSS = FCKConfig.BasePath + '../../../css/defaultHTML_learner.css' ; FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/office2003/' ; FCKConfig.FirefoxSpellChecker = true; FCKConfig.BrowserContextMenuOnCtrl = true; FCKConfig.DefaultLinkTarget = "_blank"; -FCKConfig.TemplatesXmlPath = FCKConfig.BasePath + '../../www/htmltemplates.xml'; +FCKConfig.TemplatesXmlPath = FCKConfig.BasePath + '../../../www/htmltemplates.xml'; FCKConfig.FontFormats = 'div;h1;h2;h3;h4;h5;h6;pre;address;p' ; FCKConfig.EnterMode = 'div' ; -FCKConfig.Plugins.Add('wikilink', 'en', FCKConfig.BasePath + '../../tool/lawiki10/'); +FCKConfig.Plugins.Add('wikilink', 'en', FCKConfig.BasePath + '../../../tool/lawiki10/'); FCKConfig.Plugins.Add('equation', 'en');