function theme_webfm_upload_form in Web File Manager 5
Same name and namespace in other branches
- 5.2 webfm.module \theme_webfm_upload_form()
Theme the attachment form. Note: required to output prefix/suffix.
File
- ./
webfm.module, line 1899
Code
function theme_webfm_upload_form($form) {
$output = drupal_render($form);
return $output;
}