How about inserting spaceholders for 'prev' and 'next' in the image.php file in the same way as the index.php and album.php allot for with printPageNav.
I tried inserting an else statement after the if (hasPrev Image()) but couldn't get it to work.
else
if (hasPrev Image())
Danke!
That should work... just print something else in the else.
Alright, I dropped this in the image.php file and it worked:
[img]butt-prev.jpg[/img] [img]butt-prevB.jpg[/img]
[img]butt-prev.jpg[/img]
[img]butt-prevB.jpg[/img]
[img]butt-next.jpg[/img] [img]butt-nextB.jpg[/img] ``
[img]butt-next.jpg[/img]
[img]butt-nextB.jpg[/img]
It took me a while to figure out the syntax. Thanks though