function theme_imagefield_crop_widget in Imagefield Crop 6
Same name and namespace in other branches
- 7.3 theme/theme.inc \theme_imagefield_crop_widget()
- 7 imagefield_crop.theme.inc \theme_imagefield_crop_widget()
- 7.2 imagefield_crop.module \theme_imagefield_crop_widget()
FormAPI theme function. Theme the output of an image field.
File
- ./
imagefield_crop_widget.inc, line 121
Code
function theme_imagefield_crop_widget($element) {
return theme('form_element', $element, $element['#children']);
}