Also put link to image_zoom on the webshop replace page

Paul Wagener 11 years ago
parent 133bcccdfc
commit 6be2ccd72f
  1. 2
      webshop/product_detail_replace.php

@ -78,7 +78,9 @@ $connection->close();
<div class="row"> <div class="row">
<div id="gallery" class="span3"> <div id="gallery" class="span3">
<a href="/webshop/image_zoom.php?image=<?php echo $row['afbeelding'] ?>">
<img src="/themes/images/products/<?php echo $row['afbeelding'] ?>" style="width:100%"/> <img src="/themes/images/products/<?php echo $row['afbeelding'] ?>" style="width:100%"/>
</a>
</div> </div>
<div class="span6"> <div class="span6">
<h3><?php echo $row['naam'] ?> (replace)</h3> <h3><?php echo $row['naam'] ?> (replace)</h3>

Loading…
Cancel
Save