function theme_image_view in Node Gallery 6.2
Same name and namespace in other branches
- 6 node_gallery.themes.inc \theme_image_view()
11 theme calls to theme_image_view()
- node_gallery_form_alter in ./
node_gallery.module - node_gallery_handler_field_gid::render in includes/
node_gallery_handler_field_gid.inc - node_gallery_lightbox2_nodeapi in contrib/
node_gallery_lightbox2/ node_gallery_lightbox2.module - Implementation of hook_nodeapi
- node_gallery_lightbox2_preprocess_gallery_image_thumbnail in contrib/
node_gallery_lightbox2/ node_gallery_lightbox2.module - node_gallery_manage_form in ./
node_gallery.pages.inc
File
- theme/
theme.inc, line 120 - theme/theme.inc Node gallery theme functions
Code
function theme_image_view($imagecache, $image) {
return theme('imagecache', $imagecache, $image->filepath, $image->title, $image->title);
}