// Blocklayered: Remove url_params of products in ps 1.5
This commit is contained in:
@@ -28,7 +28,11 @@
|
|||||||
{if $nbr_filterBlocks != 0}
|
{if $nbr_filterBlocks != 0}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
current_friendly_url = '#{$current_friendly_url}';
|
current_friendly_url = '#{$current_friendly_url}';
|
||||||
|
{if version_compare($smarty.const._PS_VERSION_,'1.5','>')}
|
||||||
param_product_url = '#{$param_product_url}';
|
param_product_url = '#{$param_product_url}';
|
||||||
|
{else}
|
||||||
|
param_product_url = '';
|
||||||
|
{/if}
|
||||||
</script>
|
</script>
|
||||||
<div id="layered_block_left" class="block">
|
<div id="layered_block_left" class="block">
|
||||||
<h4>{l s='Catalog' mod='blocklayered'}</h4>
|
<h4>{l s='Catalog' mod='blocklayered'}</h4>
|
||||||
|
|||||||
Reference in New Issue
Block a user