From d4075f12672385eef006d6a08630ae83498bb40e Mon Sep 17 00:00:00 2001 From: PrestaEdit Date: Thu, 31 Oct 2013 23:06:19 +0100 Subject: [PATCH] [-] FO: use 4 images in thumbnails, not 3 --- themes/default-bootstrap/product.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default-bootstrap/product.tpl b/themes/default-bootstrap/product.tpl index d74238386..53402a99c 100644 --- a/themes/default-bootstrap/product.tpl +++ b/themes/default-bootstrap/product.tpl @@ -208,7 +208,7 @@ var contentOnly = {if $content_only}true{else}false{/if} {if isset($images) && count($images) > 0}
- {if isset($images) && count($images) > 3}{l s='Previous'}{/if} + {if isset($images) && count($images) > 4}{l s='Previous'}{/if}
    {if isset($images)} @@ -223,7 +223,7 @@ var contentOnly = {if $content_only}true{else}false{/if} {/if}
- {if isset($images) && count($images) > 3}{l s='Next'}{/if} + {if isset($images) && count($images) > 4}{l s='Next'}{/if}
{/if} {if isset($images) && count($images) > 1}