How Get Image Name

Hi,

how can I get in image.tpl the image name/title without the path? (ex. product-image.jpg)

thank you

Try this:

{$image_data.image_path|basename}

perfect.. thank you