Hi, i use this to show al thumbs of an album
`
<?php while (next_image(true, $firstPageImages)): ?>
[*]"><?php printImageThumb(getImageTitle()); ?>
<?php endwhile; ?>
</ul>
`
i'd like to sort them "by desc".
I found something in the forum but i can't get it working.
Help please!!!