I'm having problems installing the HtmlTiles plugin.
I uploaded the folder to the plugins folder and added this line to FCKConfig.js:
FCKConfig.Plugins.Add( 'HtmlTiles', 'en,nl' ) ;
I also added it to FCKConfig ToolbarSets but when I open it I get an error that the plugin can't be found.
What's wrong?
I uploaded the folder to the plugins folder and added this line to FCKConfig.js:
FCKConfig.Plugins.Add( 'HtmlTiles', 'en,nl' ) ;
I also added it to FCKConfig ToolbarSets but when I open it I get an error that the plugin can't be found.
What's wrong?

RE: Problems installing plugin
FCKConfig.Plugins.Add( 'HtmlTiles', 'en,nl' ) ;
to
FCKConfig.Plugins.Add( 'HtmlTiles', 'en' ) ;
or make a Dutch (nl) language-file.
RE: Problems installing plugin