empty image loop while in album.php

Hi,

I use zenphoto for an internal picture database of product pictures. Every album has only 4 pics (front / back / high res / thumb). Because of that i don't need to "zoom in" to image.php. Album.php with four download links is more than enough.

So i added the image loop from the theming tutorial to album.php

`
<?php while (next_image(false, $firstPageImages)): ?><?php endwhile; ?>
`
And it's working fine on the first album page but when you have a lot of albums and you have to click to the second or third page. The loop seems to be empty.

regards
Volkan

Comments

Sign In or Register to comment.