Skip to content

Commit

Permalink
https://github.com/opencart/opencart/issues/2227
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkerr committed Nov 8, 2014
1 parent a591cea commit ddd855e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions upload/catalog/view/theme/default/template/product/search.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
</div>
</div>
<br />
<div class="row">
<?php foreach ($products as $product) { ?>
<div class="row">
<?php foreach ($products as $product) { ?>
<div class="product-layout product-list col-xs-12">
<div class="product-thumb">
<div class="image"><a href="<?php echo $product['href']; ?>"><img src="<?php echo $product['thumb']; ?>" alt="<?php echo $product['name']; ?>" title="<?php echo $product['name']; ?>" class="img-responsive" /></a></div>
Expand Down Expand Up @@ -157,7 +157,6 @@
<?php echo $content_bottom; ?></div>
<?php echo $column_right; ?></div>
</div>
<?php echo $footer; ?>
<script type="text/javascript"><!--
$('#button-search').bind('click', function() {
url = 'index.php?route=product/search';
Expand Down Expand Up @@ -204,4 +203,5 @@ $('select[name=\'category_id\']').on('change', function() {
});
$('select[name=\'category_id\']').trigger('change');
--></script>
--></script>
<?php echo $footer; ?>

0 comments on commit ddd855e

Please sign in to comment.