function theme_emimage_default in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emimage/emimage.theme.inc \theme_emimage_default()
- 6.2 contrib/emimage/emimage.theme.inc \theme_emimage_default()
Format the image using the Default (Full Image) preset.
File
- contrib/
emimage/ emimage.theme.inc, line 131 - Theme functions for Embedded Media Image
Code
function theme_emimage_default($field, $item, $formatter, $node, $options = array()) {
return theme('emimage_image_full', $field, $item, $formatter, $node, $options);
}