Index: lams_central/web/ckeditor/config.js =================================================================== diff -u -r2be1397fbd117723382105715d3f416c78dbd67c -rf1eb13787450d7660c6463142231bea0b418bc09 --- lams_central/web/ckeditor/config.js (.../config.js) (revision 2be1397fbd117723382105715d3f416c78dbd67c) +++ lams_central/web/ckeditor/config.js (.../config.js) (revision f1eb13787450d7660c6463142231bea0b418bc09) @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -8,4 +8,6 @@ // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; + + config.customConfig = '../includes/javascript/ckconfig_custom.js' ; };