Member
Member
wibbi   2018-02-23, 20:31
#1
Hello,
i don't found a image page pagination with "current / total" number of image pages in a album for the image.php.
Administrator
Administrator
acrylian   2018-02-23, 20:33
#2
There are functions for this:
http://docs.zenphoto.org/function-imageNumber.html
http://docs.zenphoto.org/function-getNumImages.html
Member
Member
wibbi   2018-02-23, 20:59
#3
Perfect!

echo imageNumber();
echo " / ";
echo getNumImages();

Many thanks.
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.