Change CKEditor skin - refs #8458

pull/2487/head
Angel Fernando Quiroz Campos 10 years ago
parent 4525212a23
commit d9ac652dd0
  1. 2
      src/Chamilo/CoreBundle/Component/Editor/CkEditor/Toolbar/Basic.php

@ -172,7 +172,7 @@ class Basic extends Toolbar
'wordLimit' => 'unlimited'
);*/
//$config['skins'] = 'moono';
$config['skin'] = 'bootstrapck,' . api_get_path(REL_PATH) . 'main/inc/lib/javascript/ckeditor/skins/bootstrapck/';
if (isset($this->config)) {
$this->config = array_merge($config, $this->config);

Loading…
Cancel
Save