function theme_imagefield_widget_preview in ImageField 6.3
1 theme call to theme_imagefield_widget_preview()
- imagefield_widget_process in ./
imagefield_widget.inc - Element #process callback function.
File
- ./
imagefield.module, line 360
Code
function theme_imagefield_widget_preview($item = NULL) {
return '<div class="imagefield-preview">' . theme('imagefield_admin_thumbnail', $item) . '</div>';
}