You are here

function theme_image_view in Node Gallery 6

Same name and namespace in other branches
  1. 6.2 theme/theme.inc \theme_image_view()
7 theme calls to theme_image_view()
template_preprocess_gallery_cover_view in ./node_gallery.themes.inc
theme_gallery_images_list in ./node_gallery.themes.inc
theme_gallery_image_lightbox2 in ./node_gallery.themes.inc
theme_gallery_image_thumbnail in ./node_gallery.themes.inc
theme_gallery_teaser in ./node_gallery.themes.inc

... See full list

File

./node_gallery.themes.inc, line 106
Node gallery themes.

Code

function theme_image_view($imagecache, $image) {
  return theme('imagecache', $imagecache, $image->filepath, $image->title, $image->title);
}