// Blocklayered: Remove url_params of products in ps 1.5
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10786 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -28,7 +28,11 @@
|
||||
{if $nbr_filterBlocks != 0}
|
||||
<script type="text/javascript">
|
||||
current_friendly_url = '#{$current_friendly_url}';
|
||||
{if version_compare($smarty.const._PS_VERSION_,'1.5','>')}
|
||||
param_product_url = '#{$param_product_url}';
|
||||
{else}
|
||||
param_product_url = '';
|
||||
{/if}
|
||||
</script>
|
||||
<div id="layered_block_left" class="block">
|
||||
<h4>{l s='Catalog' mod='blocklayered'}</h4>
|
||||
|
||||
Reference in New Issue
Block a user