I'm sure this can be done near
Code: [Select]
if ((($i % $thumbcols) == 0) && ($i < count($thumb_list))) {
echo $row_separator;
}
in the function theme_display_thumbnails. As Coppermine uses a table layout out of the ...