Hi Malte,
I'm using print_album_menu 1.4.5
It generates an unordered list from the populated albums, right ?
Like so:
`
<ul id='album_menu'>
[*]tanzania
[*]fliebedie
<li class='album_menu_active'>archief</li>
[*]home
</ul>
`
What I would very much like is that every `<li>` has it's unique class-name.
Like:
`<li class="nameofalbum">` or something like that.
That way I can style each `<li>` separately with CSS.
(Ofcourse the `<li>` with the active link in it already gets a class-name and can be styled)
Cheers