Index: lams_central/web/includes/javascript/fckconfig_custom.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/Attic/fckconfig_custom.js,v diff -u -r1.12 -r1.13 --- lams_central/web/includes/javascript/fckconfig_custom.js 13 Apr 2008 05:46:01 -0000 1.12 +++ lams_central/web/includes/javascript/fckconfig_custom.js 29 Apr 2008 02:06:03 -0000 1.13 @@ -21,7 +21,7 @@ ['Bold','Italic','Underline', '-','Subscript','Superscript'], ['OrderedList','UnorderedList','-','Outdent','Indent'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], - ['Image','Link'], + ['WikiLink','Image','Link'], ['About'], ['TextColor','BGColor'], ['Table','Rule','Smiley','SpecialChar'], @@ -36,3 +36,4 @@ 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 + '../../fckeditor/editor/plugins/');