XF 1.2 Custom title for RM index

Puntocom

Well-known member
In PAGE_CONTAINER I replaced:
Code:
<title><xen:if is="{$title}">{xen:raw $title} | {$xenOptions.boardTitle}<xen:else />{$xenOptions.boardTitle}</xen:if></title>
with:
Code:
<title><xen:if is="{$title}">{xen:raw $title} | {$xenOptions.boardTitle}<xen:else />{$xenOptions.boardTitle} | short site description</xen:if></title>
I have the Resource Manager as index route. Please could you tell me how can I modify this line to make a title like Web site | short description instead of Resources | Web site in the index ? I don't understand this code very well.
 
Top Bottom