function fckeditor_init in FCKeditor - WYSIWYG HTML editor 6
Same name and namespace in other branches
- 6.2 fckeditor.module \fckeditor_init()
File
- ./
fckeditor.module, line 2328 - FCKeditor - The text editor for Internet - http://www.fckeditor.net Copyright (C) 2003-2008 Frederico Caldeira Knabben
Code
function fckeditor_init() {
drupal_add_css(drupal_get_path('module', 'fckeditor') . '/fckeditor.css');
}