Thursday 01 June 2006 8:11:36 am
Hi! I have this code in my "galleryline/image.tpl" template:
{attribute_view_gui attribute=$node.data_map.image image_class=gallerythumbnail href=$node.url_alias|ezurl}
When I use it I have this output in my xhtml file:
<a href="[...]/misc_flowers/yellow_flower">
<img src="[...]/yellow_flower_gallerythumbnail.jpg" width="70" height="53" style="border: 0px;" alt="Yellow flower." title="Yellow flower." />
</a>
I would like to know which file is used by the "atribute_view_gui" to create the "img" tag in the xhtml file? For example, if I want to change the "border size" in the "img" tag for all images, which file should I have to change? Thanks in advance! Leandro
|