From f06172fc2e85ca7905590b05926876a7e35acb54 Mon Sep 17 00:00:00 2001 From: gBrunier Date: Fri, 12 Aug 2011 11:57:11 +0000 Subject: [PATCH] [-] MO : Duplicate condition git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8052 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/productcomments/productcomments-extra.tpl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/productcomments/productcomments-extra.tpl b/modules/productcomments/productcomments-extra.tpl index 46affc747..59b99ac3e 100644 --- a/modules/productcomments/productcomments-extra.tpl +++ b/modules/productcomments/productcomments-extra.tpl @@ -70,10 +70,8 @@
{l s='Read user reviews' mod='productcomments'} ({$nbComments})
- {if ($too_early == false AND ($cookie->isLogged() == true OR $allow_guests == true))} - {if $cookie->isLogged() == true || $allow_guests == true} - {l s='Give your advice' mod='productcomments'} - {/if} + {if ($too_early == false AND ($cookie->isLogged() OR $allow_guests))} + {l s='Give your advice' mod='productcomments'} {/if}