From 0119061ded81f1564bf5d38866469128c11d07a3 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Mon, 26 Mar 2012 12:38:02 +0000 Subject: [PATCH] [-] MO : #PNM-42 - Fix bug with list of value filter on the blocklayered git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14254 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/blocklayered/blocklayered.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/blocklayered/blocklayered.tpl b/modules/blocklayered/blocklayered.tpl index de8d096c3..edc9ac90f 100644 --- a/modules/blocklayered/blocklayered.tpl +++ b/modules/blocklayered/blocklayered.tpl @@ -182,8 +182,8 @@ param_product_url = ''; {else} - {foreach from=$filters.list_of_values item=values} -
  • + {foreach from=$filter.list_of_values item=values} +
  • - {l s='From' mod='blocklayered'} {$values[0]} {$filter.unit} {l s='to' mod='blocklayered'} {$values[1]} {$filter.unit}
  • {/foreach}