Hello,
I use Gallery2, with Carbon theme.
Inside the albums, at the top of the thumbnail images, I show the title of the album. To do this I have the next code in album.tpl:
{$theme.item.title|markup}
I'd like to add a link to that title, to give to the user the possibility to go back to the album icon directly. Is this possible?
Thanks.