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}