Hello Admin,
i'm listing the latest albums using the following code. which is not working, when it has sub albums, it is showing default zenphoto error image.
<?php
$latestalbums = array(getAlbumStatistic(20, "latest"));
foreach ($latestalbums as $latestalbum) {
printAlbumStatistic(20, "latest", $latestalbum['title']);
}
?>
Comments
Thanks for your reply. I'm using latest ZenPhoto 1.2.2 version, but i didn't used wrapper functions, now i updated, but the problem is still there.
For ex: The current album has sub album, but there is no images, then it is not showing thumbnail for this album.