Hi,
I would like to use PHP if else statements to show different elements on my page depending on the location within the album/subalbum structure.
My albums:
[list]
[*]Parent album
Sub-album
Album 1
[*]Album 2
[/list]
How can I check if I am in a parent album, a sub-album, or the album itself?
Thanks.