Display image

This commit is contained in:
Michael RICOIS 2017-11-08 09:49:09 +01:00
parent 9963cbee23
commit f15d094753

View File

@ -7,7 +7,7 @@
{foreach from=$categories item=c}
<li>
<a href="{$c.link_rewrite}">
<img alt="{$c.name}" src="">
<img alt="{$c.name}" src="./img/purchaseguide/{$c.id_guide_category}.jpg">
<span>{$c.name}</span>
</a>
</li>