function fckeditor_init in FCKeditor - WYSIWYG HTML editor 6.2
Same name and namespace in other branches
- 6 fckeditor.module \fckeditor_init()
Implementation of hook_init().
File
- ./
fckeditor.module, line 421 - 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');
}