RM 1.1 Version string into <title>?

Floren

Well-known member
Into resource_view template I have this title:
Code:
<xen:h1><xen:comment>(empty)</xen:comment></xen:h1>

<xen:description>{$resource.tag_line}</xen:description>
I would like to add a conditional for the version string, something like:
Code:
{xen:if '!{$resource.isFilelessNoExternal}', '{$resource.version_string}'}
What is the proper format to do this into <xen:h1>? Thanks.
 
Last edited:
Top Bottom