function theme_video_widget_preview in Video 6.4
Same name and namespace in other branches
- 6.5 video.theme.inc \theme_video_widget_preview()
2 theme calls to theme_video_widget_preview()
- uploadfield_widget_process in types/
uploadfield/ uploadfield_widget.inc - Element #process callback function.
- videoftp_widget_process in types/
videoftp/ videoftp_widget.inc - Process an individual element.
File
- ./
video.theme.inc, line 48 - Theme functions for the video module.
Code
function theme_video_widget_preview($item) {
return theme('filefield_widget_preview', $item);
}