Thursday 08 March 2007 12:31:46 am
Hi, I don't underdtand your answers. To display a gallery, the system use 2 templates:
design/plain_site/override/templates/full/gallery.tpl design/base/override/templates/galleryline/image.tpl and no other. So, I don't think that finding other image.tpl templates will answer my question. I wonder how this code:
{attribute_view_gui attribute=$node.data_map.image}
produces this output: <img src="/path/to/the/image.jpg" width="360" height="240" style="border: 0px;" alt="some text" title="some text" /> In addition, if we use only these codes in design/base/override/templates/galleryline/image.tpl:
{href=$node.url_alias|ezurl}
or
{attribute_view_gui href=$node.url_alias|ezurl}
any output is produces. So it seems that another file is used to create the <img and <a tags and I just would like to know which it is. Regards Pascal
Ce qui embellit le désert c'est qu'il cache un puits... quelque part... (A. de Saint-Exupéry) - http://luxpopuli.fr/eZ-Publish
|