Hallo
I use Zenphoto version 1.4.3.
album.php desplays 1 even when the whole album just one page.
If you also see it shouldn't, here how I fix it in template-functions.php [line 826]:
if(count($nav) == 1){ } else{ if($current == 1) { echo '1'; } else { printLink($nav[1], 1, gettext("Page 1")); } }
I use theme garland and in zen.css
[line 233] ul.pagelist li.current a {
but li.current is not a link
I hope this could be somehow useful.