ZenphotoCMS Forum
getParentAlbumTitle () do not exist - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: getParentAlbumTitle () do not exist (/thread-4200.html)



getParentAlbumTitle () do not exist - Newzic - 2008-12-06

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?




getParentAlbumTitle () do not exist - sbillard - 2008-12-06

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.