![]() |
|
Accessing the album methods and properties before next_album() loop - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: Accessing the album methods and properties before next_album() loop (/thread-9839.html) |
Accessing the album methods and properties before next_album() loop - rreimche - 10-04-2012 Is there a way to access methods and properties of a current open album BEFORE the album loop? Accessing the album methods and properties before next_album() loop - acrylian - 10-04-2012 You can access all things of the current album via the global album object variable. Of course that is the CURRENT album on album.php which is not the same as the album loop. |