Any function to get Prev / Next Image title?
Regards, Chris Lee
You have to use the object model for this.
Thanks acrylian, I use the following code to show Previous Image Title:
$PrevImage = $_zp_current_image->getPrevImage(); echo $PrevImage->getTitle();
Thanks again!