1 ckeditor.module ckeditor_theme()

Implements hook_theme().

File

core/modules/ckeditor/ckeditor.module, line 125
Provides integration with the CKEditor 4 WYSIWYG editor.

Code

function ckeditor_theme() {
  return array(
    'ckeditor_settings_toolbar' => array(
      'variables' => array('format' => NULL, 'plugins' => NULL),
      'file' => 'ckeditor.theme.inc',
    ),
  );
}