How can you set zp to print the album description only if it's present?
This is as far as I can go:
<?php if ( $AlbumDesc ) { ?><p><?php printAlbumDesc(); ?></p><?php } ?>
It's because I want to get rid of the empty spans in the markup when an album doesn't have a description.
<span class="zp_uneditable zp_uneditable_album_desc"></span>