I think I am coming closer to the error-description:
1) the theme is defined to show up 9 albums / page and 20 images / page
2) I have 9 subalbums, most are published, some are unpublished
as you can see:
6 subalbums published, 3 unpublished:
http://www.webdeerns.de/ZwischenAbLage/zenalbum/6albenok.jpg
7 subalbums published, 2 unpublished:
http://www.webdeerns.de/ZwischenAbLage/zenalbum/7albennok.jpg
I think,
- the pagenavigation should start when there are more albums than defined for the theme
so as I have 9 subalbums in total, it somehow counts the unpublished albums as well
and to me it seems to start to count from 0 ...
- the pagenavigation should not take the images of that album to the next page
I tried to suppress the pagenavigation from the template, but even then the images did not show up, they were just unreachable..
I took out this code:
`<?php printPageListWithNav("« ".gettext("prev"), gettext("next")." »",true,true); ?>` and the images were on the next page, unreachable without navigation ;=)
I hope it is clearer now