// Add top menu to blockcategories
This commit is contained in:
@@ -36,6 +36,14 @@
|
||||
{else}
|
||||
{include file="$branche_tpl_path" node=$child}
|
||||
{/if}
|
||||
|
||||
{if isset($blockCategTree.thumbnails) && $blockCategTree.thumbnails|count > 0}
|
||||
<div id="category-thumbnails">
|
||||
{foreach $blockCategTree.thumbnails as $thumbnail}
|
||||
<div>{$thumbnail}</div>
|
||||
{/foreach}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{if ($smarty.foreach.blockCategTree.iteration mod $numberColumn) == 0 AND !$smarty.foreach.blockCategTree.last}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user