You are here

function theme_emthumb_imagecache_formatter_default in Embedded Media Field 6

Same name and namespace in other branches
  1. 6.3 contrib/emthumb/emthumb.theme.inc \theme_emthumb_imagecache_formatter_default()
  2. 6.2 contrib/emthumb/emthumb.theme.inc \theme_emthumb_imagecache_formatter_default()

Returns the imagecache image by itself.

1 string reference to 'theme_emthumb_imagecache_formatter_default'
emthumb_theme in contrib/emthumb/emthumb.module
Implementation of hook_theme().

File

contrib/emthumb/emthumb.theme.inc, line 11
Theme functions for the Embedded Media Thumbnail module.

Code

function theme_emthumb_imagecache_formatter_default($element) {
  return _emthumb_imagecache_formatter_default($element);
}