Not in my "own" loop, but in the next_image-loop when zenphoto generates the thumbnails (the visible links

)
here:
`
<?php while (next_image()): ?>
<div class="image">
<div class="imagethumb"><a class="fancyalbum" rel="album" href="<?php echo html_encode(getUnprotectedImageURL());?>" title="<?php echo html_encode(getAnnotatedImageTitle()).' (xx/'.getNumImages(); ?>)"><?php printImageThumb(getAnnotatedImageTitle()); ?></a>
</div>
<?php endwhile; ?>
</div>
`
instead of the "xx"