The gallery starts with the first image of Album A. When using `getFirstImageURL()` in the plugin, the link to Album B links to the first image of the current album, Album A, instead, when it should link to the first image of Album B. Here's the change I made in print_album_menu.php:
before:
`
$link = "<li>getTitle())."'>".html_encode($topalbum->getTitle())."".$count;
`
after:
`
$link = "<li>getTitle())."'>".html_encode($topalbum->getTitle())."".$count;
`
Thank you for the fast response, by the way! These forums are pretty fantastic.