Blame view

modules/catalogs/compare.php 262 Bytes
42868d70   andryeyev   Создал GIT
1
2
3
4
5
6
7
8
  <?php
  if(isset($_GET['deleteID']) && $_GET['deleteID']>0){
   $objCatalogs->deleteCompareProduct($_SESSION['compare'],$_GET['deleteID']);
  }
  
  if(isset($_SESSION['compare']))$objCatalogs->viewCompareProducts($_SESSION['compare']);
  $objCatalogs->displayCompare();
  ?>