XF 2.1 Changing the page title

JoyFreak

Well-known member
I want to change the title of my index page so it does not use the board title. How do I do this? I have tried several ways

195227
 
I editing the ams_index page, which is a article/portal add-on

I have this thus far:
<xf:h1>Video games news and reviews</xf:h1>

<xf:if is="{$articlePage} != 'ams'">
<xf:title>CUSTOM TITLE</xf:title>
</xf:if>
 
Top Bottom