You are here

function theme_emthumb_view_image in Embedded Media Field 5

Same name and namespace in other branches
  1. 6.3 contrib/emthumb/emthumb.module \theme_emthumb_view_image()
  2. 6 contrib/emthumb/emthumb.module \theme_emthumb_view_image()
  3. 6.2 contrib/emthumb/emthumb.module \theme_emthumb_view_image()

File

contrib/emthumb/emthumb.module, line 516

Code

function theme_emthumb_view_image($file, $alt = '', $title = '', $attributes = NULL, $getsize = TRUE) {
  return theme('emthumb_image', $file, $alt, $title, $attributes, $getsize);
}