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.
Danke!
Comments
`<?php if (hasPrevImage()) { ?>`
`" title="Previous Image">`
``
``
`<?php } else { ?>`
``
`<?php if (hasNextImage()) echo ""; } if (hasNextImage()) { ?>`
`" title="Next Image">`
``
``
`<?php } else { ?>`
``
`<?php } ?>`
It took me a while to figure out the syntax. Thanks though