Forum Moderators: coopster
<?php foreach ($gallery->images as $image_id): ?>
preloaded<?php echo $image_id; ?> = new Image();
preloaded<?php echo $image_id; ?>.src = "img/<?php echo $rug->data['id']; ?>_<?php echo $image_id; ?>_medium.jpg";
<?php endforeach; ?>
The code was already in place when I took over the website. Anyone know what's up with it?