PreFiX
Member
<xen:if is="empty({$transaction.ID})">
{$transaction.servername}
<xen:elseif is="is_numeric({$transaction.ID})">
<a href="http://anotherdomain.com/?s={$transaction.ID}">{$transaction.servername}</a>
<xen:else />
<a href="http://{$transaction.ID}">{$transaction.servername}</a>
</xen:if>
The following templates contained errors and were not saved: prefixaddon_pagrindinis_list: 1) Line 13: Template syntax error.
Line 13 is just below </xen:if> - </div>
Or it's not even possible to use php functions here?
{$transaction.servername}
<xen:elseif is="is_numeric({$transaction.ID})">
<a href="http://anotherdomain.com/?s={$transaction.ID}">{$transaction.servername}</a>
<xen:else />
<a href="http://{$transaction.ID}">{$transaction.servername}</a>
</xen:if>
The following templates contained errors and were not saved: prefixaddon_pagrindinis_list: 1) Line 13: Template syntax error.
Line 13 is just below </xen:if> - </div>
Or it's not even possible to use php functions here?