I have a problem on the album page album.php
I use printCustomSizedImage() for the thumbnails. The output list gives me well scaled thumbnails, but watermarked! I only want the big single image in image.php watermarked. Someone an idea ..?
Loop code in album.php
------------------
<? while (next_image()): ?>
<div class="imagethumb"><a>" title="<? echo getImageDesc()?>"><? printCustomSizedImage(getImageDesc(), null,156);?></a></div>
<? endwhile; ?>