You are here

function theme_img_assist_legacy in Image Assist 5.3

Same name and namespace in other branches
  1. 5 img_assist.module \theme_img_assist_legacy()
  2. 5.2 img_assist.module \theme_img_assist_legacy()
  3. 6.2 img_assist.module \theme_img_assist_legacy()
  4. 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>';
}