// Reverting the revert
This commit is contained in:
@@ -24,8 +24,9 @@
|
||||
*}
|
||||
|
||||
<!-- Block categories module -->
|
||||
{if $blockCategTree && $blockCategTree.children|@count}
|
||||
<div id="categories_block_left" class="block">
|
||||
<p class="title_block">{l s='Categories' mod='blockcategories'}</p>
|
||||
<p class="title_block">{if isset($currentCategory)}{$currentCategory->name|escape}{else}{l s='Categories' mod='blockcategories'}{/if}</p>
|
||||
<div class="block_content">
|
||||
<ul class="tree {if $isDhtml}dhtml{/if}">
|
||||
{foreach from=$blockCategTree.children item=child name=blockCategTree}
|
||||
@@ -45,4 +46,5 @@
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
<!-- /Block categories module -->
|
||||
|
||||
Reference in New Issue
Block a user