Install instructions by michael tran (dublue@gmail.com)


1. Unzip the file into: 
/wiki/extensions/FCKeditor/plugins/


2. Edit /wiki/extensions/FCKeditor/fckeditor_config.js

Add to the top of the page:
	FCKConfig.Plugins.Add("locallink", "en");

Add to your desired placement for the button
	'Local_Link'
eg:
	['Link','Unlink','Anchor','Local_Link'],
