You are here

function theme_emvideo_default in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emvideo/emvideo.theme.inc \theme_emvideo_default()
  2. 6.2 contrib/emvideo/emvideo.theme.inc \theme_emvideo_default()

File

contrib/emvideo/emvideo.theme.inc, line 186
This defines the various theme functions for Embedded Video Field (emvideo).

Code

function theme_emvideo_default($field, $item, $formatter, $node, $options = array()) {
  return theme('emvideo_video_video', $field, $item, $formatter, $node, $options);
}