// fix page without leadin

This commit is contained in:
vKham
2011-12-30 14:58:17 +00:00
parent 198994e931
commit 0d4212f8b7
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}