function ckeditor_swf_init in CKEditor SWF - Enhanced Flash embedding plugin 7
Same name and namespace in other branches
- 6.2 ckeditor_swf.module \ckeditor_swf_init()
Implementation of hook_init().
File
- ./
ckeditor_swf.module, line 378 - Written by Henri MEDOT <henri.medot[AT]absyx[DOT]fr> http://www.absyx.fr
Code
function ckeditor_swf_init() {
if (variable_get('ckeditor_swf_filter_add_swfobject', 0) && ckeditor_swf_filter_swfobject_ok()) {
drupal_add_js(ckeditor_swf_filter_swfobject_path());
}
}