// fix page without leadin

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11943 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2011-12-30 14:58:17 +00:00
parent ac85d6166f
commit 9033c9c294
3 changed files with 12 additions and 7 deletions
@@ -39,6 +39,7 @@
});
});
</script>
<div class="bloc-leadin">
{l s='Go to category:'}
<select id="go_to_categ" name="go_to_categ">
{foreach from=$category_tree item=categ}
@@ -47,5 +48,6 @@
</option>
{/foreach}
</select>
</div>
{/if}
{/block}