W
webtiryaki
Guest
Hello, I'm looking for a solution on this
If there is no image, use the default image
PHP:
Continue reading...
If there is no image, use the default image
PHP:
Code:
<xf:if is="?">
<img src="{$xf.options.boardUrl}/styles/uls/kat/{$node.node_id}.jpg">
<xf:else />
<img src="{$xf.options.boardUrl}/styles/uls/kat/default.jpg">
</xf:if>
Continue reading...