function _fckeditor_ckfinder_path in FCKeditor - WYSIWYG HTML editor 6.2
2 calls to _fckeditor_ckfinder_path()
- fckeditor_admin_profile_form in ./
fckeditor.admin.inc - Form builder for a normal profile
- fckeditor_process_textarea in ./
fckeditor.module - This function create the HTML objects required for the FCKeditor
File
- ./
fckeditor.module, line 44 - FCKeditor - The text editor for Internet - http://www.fckeditor.net Copyright (C) 2003-2008 Frederico Caldeira Knabben
Code
function _fckeditor_ckfinder_path() {
return drupal_get_path('module', 'fckeditor') . '/ckfinder/ckfinder.php';
}