function theme_emvideo_video_thumbnail_no_link in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emvideo/emvideo.theme.inc \theme_emvideo_video_thumbnail_no_link()
- 6.2 contrib/emvideo/emvideo.theme.inc \theme_emvideo_video_thumbnail_no_link()
File
- contrib/
emvideo/ emvideo.theme.inc, line 32 - This defines the various theme functions for Embedded Video Field (emvideo).
Code
function theme_emvideo_video_thumbnail_no_link($field, $item, $formatter, $node, $options = array()) {
return theme('emvideo_video_thumbnail', $field, $item, $formatter, $node, TRUE, $options);
}