// FO : enable languages if > 1

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11265 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-12-15 14:30:05 +00:00
parent 97a23174af
commit fd1ad0f57a
@@ -25,6 +25,7 @@
*}
<!-- Block languages module -->
{if count($languages) > 1}
<div id="languages_block_top">
<div id="countries">
{* @todo fix display current languages, removing the first foreach loop *}
@@ -81,4 +82,5 @@ $(document).ready(function () {
});
</script>
{/if}
<!-- /Block languages module -->