






CKEDITOR.plugins.add( 'SFContentTemplates', {


	init: function(editor) {
		CKEDITOR.addTemplates('sf_default', {
			imagesPath: CKEDITOR.getUrl( CKEDITOR.plugins.getPath( 'templates' ) + 'templates/images/' ),
			templates: []
		})
	}
});


