I'm using the printAlbumMenuList to generate a menu for the whole gallery.
This call works perfectly:
`<?php printAlbumMenuList('list',true,'albums_list','active','sub_album','active','',true); ?>`
but as soon as I set the following parameter to [b]true[/b] like that:
`<?php printAlbumMenuList('list',true,'albums_list','active','sub_album','active','',true,true);`
in order to
`$firstimagelink If set to TRUE and if the album has images the link will point to page of the first image instead the album thumbnail page`
the whole rest of the page is completely empty. In fact, I looked at the generated source, and all the HTML through the end of the page is commented, starting with the beginning of the `<ul>` tag of the album list.
I'm running the 1.4.3.5 version.
Can you reproduce this issue? And should I report it?
Thanks.