You are here

function theme_video_widget_preview in Video 6.5

Same name and namespace in other branches
  1. 6.4 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 45
Theme functions for the video module.

Code

function theme_video_widget_preview($item) {
  return theme('filefield_widget_preview', $item);
}