Hey all,
I need help. I'm building a custom zenphoto theme based on light default theme.
This theme consist of multiple sub albums, fox example index.php will render Album Z and inside this album contains about five albums.
Everything works great but i'm running into problem when i add this code to index.php
printLatestAlbums(10, false, false, false, false, "hitcounter", 132, 186, false);
printLatestAlbums function render both parents and subalbums.
is there anyway just to show the latest albums without rendering the parent?
screenshot
http://bit.ly/1msVoj
Thank you