Floren
Well-known member
Into resource_view template I have this title:
I would like to add a conditional for the version string, something like:
What is the proper format to do this into <xen:h1>? Thanks.
Code:
<xen:h1><xen:comment>(empty)</xen:comment></xen:h1>
<xen:description>{$resource.tag_line}</xen:description>
Code:
{xen:if '!{$resource.isFilelessNoExternal}', '{$resource.version_string}'}
Last edited: