Hey ya'll... if i missed this somewhere, then my very humble apologies, but I'm having an issue trying to print out the title of a dynamic album in my HTML <title> tag. This is the code that I have now:
<title><?php echo getBareGalleryTitle(); ?> | <?php echo getBareAlbumTitle();?> | <?php echo getBareImageTitle();?></title>
getBareAlbumTitle() is printing out the name of the album the image was uploaded to, NOT the name of the dynamic album. The breadcrumbs are working fine and they properly represent the dynamic album, but this does not.
Sorry if this is basic, but I'm in the process of redoing the architecture of the site to be based more on dynamic albums than on standard albums and this one is throwing me for a loop.
As always: thanks to the developers for a kick-ass system.
j.