You are here

function theme_emimage_image_link in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6.2 contrib/emimage/emimage.theme.inc \theme_emimage_image_link()

File

contrib/emimage/emimage.theme.inc, line 124
Theme functions for Embedded Media Image

Code

function theme_emimage_image_link($field, $item, $formatter, $node, $options = array()) {
  return module_invoke('emimage', $item['provider'] . '_embedded_link', $item['value']);
}