| Adding Album Name underneath random photos...
On the main index page where it shows random photos, is there a way to show the Album Name that contains each of the photos underneath each of the thumbnails?
I've found the following line in "feature.tmpl":
<span class="{$Style['small']}">{$ptitle[$x]}<br />{$puser[$x]}</span>
This line obviously produces the title and username that goes under each thumbnail, but I would also like to have the name of the Album that contains each of the thumbnails.
I was thinking that the variable for the album name is "albumname", but that wouldn't work.
Any ideas?
|