You are here

function theme_video_widget_video_thumb in Video 6.5

Same name and namespace in other branches
  1. 6.4 video.theme.inc \theme_video_widget_video_thumb()

File

./video.theme.inc, line 49
Theme functions for the video module.

Code

function theme_video_widget_video_thumb($item = NULL) {
  return '<div class="video-thumb">' . theme('video_image', $item, '', '', '', FALSE) . '</div>';
}