This commit is contained in:
Michael RICOIS 2017-11-13 12:12:44 +01:00
parent 2979dc56a6
commit fe1dd04cf1
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<div class="block-cms informations_block_left">
{foreach from=$menu item=c}
<h4><a href="#">{$c.name}</a></h4>
{if $c.children|@count > 0}
<ul class="block_content">
{foreach from=$c.children item=children}
<li><a href="#">{$children.name}</a></li>
{/foreach}
</ul>
{/if}
{/foreach}
</div>

View File

@ -0,0 +1,4 @@
<div>
<span>Besoin d'aide ?</span>
<span>Consultez notre <a href="{$link_rewrite}">Guide d'achat</a></span>
</div>