But I'd like to display a caption for the thumbnails, like the colour the item is available in
I added as many item user defined attributes as images the user is allowed. These captions are available in $attrlist the item sub template and I thought it'd be as easy as
Code: Select all
{section name=ind loop=$image_url_array}
<a href="javascript:repl('{$image_url_array[ind]}')"><img src="{$image_thumb_url_array[ind]}" title="{eval var=$attrlist[***].key}" /></a>
{/section}Any ideas?
Thanks
amanda

