Skip to content

Commit

Permalink
Merge pull request #115 from Rgeelen/patch-4
Browse files Browse the repository at this point in the history
Remove empty statement
  • Loading branch information
Michael Grissinger committed Aug 20, 2015
2 parents 5036cbe + c3cc5c9 commit ef1fdb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocks/vivid_product_list/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
if(is_object($imgObj)){
$thumb = $ih->getThumbnail($imgObj,400,280,true);?>
<div class="product-list-thumbnail">
<?php if($showQuickViewLink || empty($showQuickViewLink)){ ?>
<?php if($showQuickViewLink){ ?>
<a class="product-quick-view" href="javascript:vividStore.productModal(<?=$product->getProductID()?>);">
<?=t("Quick View")?>
</a>
Expand Down Expand Up @@ -69,4 +69,4 @@
} //if products
else { ?>
<div class="alert alert-info"><?=t("No Products Available")?></div>
<?php } ?>
<?php } ?>

0 comments on commit ef1fdb8

Please sign in to comment.