0) { // Getting thumbnail if (file_exists("images/thumbnails/".$image['imagename'])) { $image_path = "images/thumbnails/".$image['imagename']; } else { $image_path = "images/".$image['imagename']; } // Image loading echo "
"; } }*/ ?>Due to how it was implemented originally, it was hard to handle and work with. So I removed it.
It'll be coming back, but since it's going to be a lot of work it'll have to be much later.