Skip to content

Commit

Permalink
search results back button placement fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Bullard Jr committed Oct 28, 2013
1 parent 65e2ddd commit a9da9ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions catalog/templates/core/content/search/results.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
} else {
require($lC_Vqmod->modCheck('includes/modules/product_listing.php'));
}
?>
<div class="button-set clearfix large-margin-bottom">
<button class="pull-left btn btn-lg btn-default" onclick="javascript: history.go(-1);" type="button"><?php echo $lC_Language->get('button_back'); ?></button>
</div>
?>
</div>
</div>
<div class="button-set clearfix large-margin-bottom">
<button class="pull-left btn btn-lg btn-default" onclick="javascript: history.go(-1);" type="button"><?php echo $lC_Language->get('button_back'); ?></button>
</div>
<script>
$(document).ready(function() {
Expand Down

0 comments on commit a9da9ea

Please sign in to comment.