Wednesday 19 March 2008 8:01:44 am
Piotrek is right, yo cannot "pass" images itself, but their paths. to do so in eZ you have to grab the url of the image. in your case this would be something like this:
{$node.data_map.Image.original.url}
original is a so called image-alias, of course you could create an custom image-alias yourself (to resize and/or crop the image) and use this alias instead.
{$node.data_map.Image.content.flash_image.url}
In this example flash_image is your image-alias that you have to define in image.ini.append.php before.
Best regards,
Patrick
|