You are here

function theme_image_body in Image 5.2

Same name and namespace in other branches
  1. 5 image.module \theme_image_body()
  2. 6 image.module \theme_image_body()

Theme a body

File

./image.module, line 859

Code

function theme_image_body($node, $size) {
  return image_display($node, $size);
}