function theme_image_body in Image 5
Same name and namespace in other branches
- 5.2 image.module \theme_image_body()
- 6 image.module \theme_image_body()
Theme a body
File
- ./
image.module, line 796
Code
function theme_image_body($node, $size) {
return image_display($node, $size);
}