Template
This commit is contained in:
parent
2979dc56a6
commit
fe1dd04cf1
12
modules/purchaseguide/views/templates/hook/leftcolumn.tpl
Normal file
12
modules/purchaseguide/views/templates/hook/leftcolumn.tpl
Normal 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>
|
@ -0,0 +1,4 @@
|
||||
<div>
|
||||
<span>Besoin d'aide ?</span>
|
||||
<span>Consultez notre <a href="{$link_rewrite}">Guide d'achat</a></span>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user