From 5a8d3eb781953ba8d92eef9b5a5d202513dc1391 Mon Sep 17 00:00:00 2001 From: Marion Muszynski Date: Wed, 31 Aug 2016 15:35:09 +0200 Subject: [PATCH] small fix --- themes/site/product.tpl | 2 +- themes/site_mobile/product.tpl | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/themes/site/product.tpl b/themes/site/product.tpl index da0eb631..fa785c2b 100755 --- a/themes/site/product.tpl +++ b/themes/site/product.tpl @@ -205,7 +205,7 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
{if $is_thumb_vp} - + {else} {/if} diff --git a/themes/site_mobile/product.tpl b/themes/site_mobile/product.tpl index 22c4edaf..85e405b2 100755 --- a/themes/site_mobile/product.tpl +++ b/themes/site_mobile/product.tpl @@ -531,7 +531,14 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus {if $sale}
- {$sale->title[$cookie->id_lang]} + {if $is_thumb_vp} + + {$sale->title[$cookie->id_lang]} + {else} + + {$sale->title[$cookie->id_lang]} + {/if} +
{/if}