function ckeditor_theme in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/ckeditor/ckeditor.module \ckeditor_theme()
Implements hook_theme().
File
- core/
modules/ ckeditor/ ckeditor.module, line 42 - Provides integration with the CKEditor WYSIWYG editor.
Code
function ckeditor_theme() {
return array(
'ckeditor_settings_toolbar' => array(
'file' => 'ckeditor.admin.inc',
'variables' => array(
'editor' => NULL,
'plugins' => NULL,
),
),
);
}