function ckeditor_theme in CKEditor for WYSIWYG Module 7
Same name and namespace in other branches
- 8 ckeditor.module \ckeditor_theme()
Implements hook_theme().
File
- ./
ckeditor.module, line 73
Code
function ckeditor_theme() {
return array(
'ckeditor_settings_toolbar' => array(
'variables' => array(
'editor' => NULL,
'plugins' => NULL,
),
'file' => 'includes/ckeditor.admin.inc',
),
);
}