images on page not working correctly

Hello.. on my site http://gallery.adamtstein.com/FigureSkating/2008-stars-on-ice/ I have the images per page set to 20 .. but 21 images are actually shown.

here is my code from my albums.php file.

<?php while (next_image(false, $firstPageImages)): ?>
<div class="imagethumb">
" title="<?php echo getImageTitle();?>">
<?php printImageThumb(getImageTitle()); ?>

</div>
<?php endwhile; ?>

can anyone help me out here?

Comments

Sign In or Register to comment.