Make a clear difference between the different webshop sites

Paul Wagener 11 years ago
parent e0456384ab
commit eda63ae6cf
  1. 2
      webshop/product_detail_replace.php

@ -81,7 +81,7 @@ $connection->close();
<img src="/themes/images/products/<?php echo $row['afbeelding'] ?>" style="width:100%"/> <img src="/themes/images/products/<?php echo $row['afbeelding'] ?>" style="width:100%"/>
</div> </div>
<div class="span6"> <div class="span6">
<h3><?php echo $row['naam'] ?></h3> <h3><?php echo $row['naam'] ?> (replace)</h3>
<small><?php echo $row['beschrijving'] ?></small> <small><?php echo $row['beschrijving'] ?></small>
<hr class="soft"/> <hr class="soft"/>
<form class="form-horizontal qtyFrm"> <form class="form-horizontal qtyFrm">

Loading…
Cancel
Save