
/* - ckeditor_vars.js - */
/*  (not this either :) */

// set the good base path for the editor because
// portal_javascripts loose it
// otherwise ckeditor linked urls are bad
// important : this script must be called before ckeditor.js

var CKEDITOR_BASEPATH = '%2b%2bresource%2b%2bckeditor/index.html';
var CKEDITOR_PLONE_BASEPATH = '%2b%2bresource%2b%2bckeditor_for_plone/index.html';



