function theme_img_assist_legacy in Image Assist 5.3
Same name and namespace in other branches
- 5 img_assist.module \theme_img_assist_legacy()
- 5.2 img_assist.module \theme_img_assist_legacy()
- 6.2 img_assist.module \theme_img_assist_legacy()
- 6 img_assist.module \theme_img_assist_legacy()
Related topics
1 theme call to theme_img_assist_legacy()
- img_assist_render_image in ./
img_assist.module - Return image HTML.
File
- ./
img_assist.module, line 2034 - Image Assist module
Code
function theme_img_assist_legacy() {
return '<div class="%image-class"><a href="%node-link"><img src="%src" width="%width" height="%height" alt="%alt" /></a><div class="caption">%caption</div></div>';
}