You get the parent album by `$parent = $_zp_current_album->getParent();` From there you can get the title (`$album->gettitle();') and clean it up as needed for your theme.
These and all other functions are described in our functions guide on the zenphoto website.
Comments
From there you can get the title (`$album->gettitle();') and clean it up as needed for your theme.
These and all other functions are described in our functions guide on the zenphoto website.