Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development

This commit is contained in:
Vincent Augagneur
2013-07-29 18:37:01 +02:00

View File

@@ -35,6 +35,8 @@ $(function(){
});
</script>
{if $logged == 1 || $nbComments != 0}
</div><!-- Close the OosHook -->
<div id="product_comments_block_extra">
{if $nbComments != 0}
<div class="comments_note">
@@ -60,4 +62,6 @@ $(function(){
{/if}
</div>
</div>
<div><!-- new div for the next content if any -->
{/if}
<!-- /Module ProductComments -->