Floren
Well-known member
Hi,
I changed how the title displays in PAGE_CONTAINER with this conditional:
For some reason, is not working. Can you please let me know what is the proper format?
I changed how the title displays in PAGE_CONTAINER with this conditional:
Code:
<title><xen:if is="{$title}">
{xen:raw $title} | {$xenOptions.boardTitle}
<xen:else />
<xen:if is="{$contentTemplate} == 'forum_list'">
{$xenOptions.boardTitle} {xen:phrase forums}
<xen:elseif is="{$contentTemplate} == 'resource_index'" />
{$xenOptions.boardTitle} {xen:phrase resources}
<xen:else />
{$xenOptions.boardTitle}
</xen:if>
</xen:if></title>