![]() |
|
How to get the current Album object - 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: How to get the current Album object (/thread-6361.html) |
How to get the current Album object - ondracifka - 2009-12-31 Hi, Please tell me how to get the current Album object (inside a theme). We have getPrevAlbum() and getNextAlbum() but no getCurrentAlbum(), why? And for images? Thanks How to get the current Album object - sbillard - 2009-12-31 Probably you should read our themeing tutorial. Typically this would be `$_zp_current_album'. How to get the current Album object - ondracifka - 2009-12-31 Thank you. |