function ckeditor_htmlbuttons_init in CKEditor HTML Buttons (for WYSIWYG and CKEditor) 7
Implements hook_init().
@todo: Should be only activated with CKEditor.
File
- ./
ckeditor_htmlbuttons.module, line 13 - Basic module file for CKEditor HTML Buttons.
Code
function ckeditor_htmlbuttons_init() {
module_load_include('inc', 'ckeditor_htmlbuttons', 'ckeditor_htmlbuttons.ckeditor');
_ckeditor_htmlbuttons_ckeditor_add_buttons_js();
module_load_include('inc', 'ckeditor_htmlbuttons', 'ckeditor_htmlbuttons.wysiwyg');
}