Here's what I have so far but nothing is changing since I'm assuming I'm not doing the current album correctly. Album path is /test/flora. Have tried /test/flora; /flora and flora
'
<?php if (isAlbumPage()) { ?>
<div id="album-wrap" class="clearfix">
[list]
<?php $x=1; while (next_album(true)): $lastcol="";
if ($x==3) {$lastcol=" class='lastcol'"; $x=0;} ?>
<li<?php echo $lastcol; ?>>
<?php if ($_zp_current_album->name == 'flora')
{ ?>
<a>" title="<?php echo gettext('View album:'); ?>
<?php echo getBareAlbumTitle();?>"><?php printCustomAlbumThumbImage(getBareAlbumTitle(),NULL,89,64,89,64); ?></a>
<h4><a>" title="<?php echo gettext('View album:'); ?> <?php echo getBareAlbumTitle();?>"><?php printAlbumTitle(); ?></a></h4>
<?php } else { ?>
<a>" title="<?php echo gettext('View album:'); ?>
<?php echo getBareAlbumTitle();?>"><?php printCustomAlbumThumbImage(getBareAlbumTitle(),NULL,267,192,267,194); ?></a>
<h4><a>" title="<?php echo gettext('View album:'); ?> <?php echo getBareAlbumTitle();?>"><?php printAlbumTitle(); ?></a></h4>
<?php } ?>
'[/list]