function theme_emvideo_formatter_video_video in Embedded Media Field 6.2
Same name and namespace in other branches
- 6.3 contrib/emvideo/emvideo.theme.inc \theme_emvideo_formatter_video_video()
- 6 contrib/emvideo/emvideo.theme.inc \theme_emvideo_formatter_video_video()
Formatter theme functions.
File
- contrib/
emvideo/ emvideo.theme.inc, line 328 - This defines the various theme functions for Embedded Video Field (emvideo).
Code
function theme_emvideo_formatter_video_video($element) {
return _emvideo_formatter_theme_helper($element);
}