Hello, i don't found a image page pagination with "current / total" number of image pages in a album for the image.php.
There are functions for this: http://docs.zenphoto.org/function-imageNumber.html http://docs.zenphoto.org/function-getNumImages.html
Perfect!
echo imageNumber(); echo " / "; echo getNumImages();
Many thanks.