getParentAlbumTitle () do not exist

Hello,

as printParentBreadcrumb() return a link to the parent album of the current album, I think that missing two functions:

getParentAlbumTitle()
getBareParentAlbumTitle()

Do you have an idea to code this php function for my template?

Comments

  • 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.
Sign In or Register to comment.