Member
Member
farhan   2008-01-01, 03:47
#1

Anyway to show the description of main album in all of the subalbums ?

Member
Member
sbillard   2008-01-02, 02:28
#2

`$album = $_zp_current_album;

while ($parent = $album->getParent()) { $album = $parent; }

if ($album == $_zp_current_album) {

// what do you want to do here? The album is the main one!

} else {

echo $album->getDesc();

}`

Caveat: I have not tried this!

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.