I am using the function `getAlbumLinkURL()` in `image.php` to go back to the main album (`album.php`), if the visitor press the next button and `hasNextImage()` is false. If an album has more then one page, the generated link leads back to the last page ot the album, instead of the first one:
http://www.domain.com/pictures/new-work/page/2It should be:
http://www.domain.com/pictures/new-work/
Comments