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