You are here

function theme_webfm_attach_attached_form in Web File Manager 5.2

Same name and namespace in other branches
  1. 5 webfm.module \theme_webfm_attach_attached_form()

Theme the attachment form. Note: required to output prefix/suffix.

File

./webfm.module, line 529

Code

function theme_webfm_attach_attached_form($form) {
  $output = drupal_render($form);
  return $output;
}