You are here

function theme_image_upload_element in Upload element 6

Theme function to format the edit form.

File

./upload_element.module, line 292
A module that provides two new elements to the FAPI for file handling.

Code

function theme_image_upload_element($element) {
  return theme('upload_element', $element);
}