You are here

function theme_imagefield_extended_widget in ImageField Extended 6.3

Widget theme callback.

File

./imagefield_extended.module, line 218
Insert additional fields into an ImageField data array.

Code

function theme_imagefield_extended_widget(&$element) {
  return theme('form_element', $element, $element['#children']);
}