Add this<td> <if condition="$vo['pic'] neq ''"> <img src="__ROOT__{$vo.pic}" height="50"> <else/> No thumbnail< /if> </td> Why is the picture not displayed? Solve
Lucas
Lucas 2019-01-26 10:19:53
0
4
1651

Add this

<td>

<if condition="$vo['pic'] neq ''">

<img src="__ROOT__{$vo.pic}" height="50">

<else/>

No thumbnail

</if>

</td>

Why is the picture not displayed? Solve

Lucas
Lucas

reply all(3)
Peter-Zhu

Your image provides an absolute address. There should be no "." before the directory. Delete this point and try it.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template