You are here

function fckeditor_global_profile_form in FCKeditor - WYSIWYG HTML editor 5.2

Same name and namespace in other branches
  1. 6 fckeditor.module \fckeditor_global_profile_form()

Return an HTML form for global profile configuration.

1 call to fckeditor_global_profile_form()
fckeditor_admin in ./fckeditor.module
Controller for FCKeditor administrative settings.

File

./fckeditor.module, line 1276
FCKeditor - The text editor for Internet - http://www.fckeditor.net Copyright (C) 2003-2007 Frederico Caldeira Knabben

Code

function fckeditor_global_profile_form($edit) {
  $output .= drupal_get_form('fckeditor_global_profile_form_build', $edit);
  return $output;
}