function theme_node_gallery_teaser in Node Gallery 6
In the event the teaser image_view is directly called, we want to allow people to be able to wrap the image with custom markup
File
- ./
node_gallery.themes.inc, line 251 - Node gallery themes.
Code
function theme_node_gallery_teaser($config, $node) {
return theme('image_view', $config->teaser['image'], $node);
}