dondomainer
Active member
How add a subtitle on Home page only, like
Myweb - Subtitle
I try with this, but not work.
can you help me plz.
Myweb - Subtitle
I try with this, but not work.
Code:
<xf:if is="$template == 'page_container'">
<title><xf:title formatter="%s | %s" fallback="{$xf.options.boardTitle}" page="{$pageNumber}" /> - Subtitle
<xf:else />
<title><xf:title formatter="%s | %s" fallback="{$xf.options.boardTitle}" page="{$pageNumber}" />
</xf:if>
can you help me plz.