Hello,
i'm working on a zenphoto responsive theme.
But I'm in trouble with the printPageListWithNav function.
If I have a folder with a few sub-albums and many pictures, the function show pagelist for pictures.
If I have a folder with many sub-albums, the function work for albums but you have to reach the last page to see pictures.
I understand that I need to use this function in each loop (albums and pictures), but I don't get the right way.
This is an album with only two sub-albums and many pictures :
http://archives.rolandtisserand.fr/Photos-trouv-es/
This is an album with many sub-albums and many pictures :
http://archives.rolandtisserand.fr/Asie/
(pictures in "Asie" folder are not shown until you reach the last page)
And the php is here :
https://github.com/RolandTi/raw/blob/master/raw/album.php
Thanks for helping me on that trouble :smile: