Display image
This commit is contained in:
parent
9963cbee23
commit
f15d094753
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user