• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

How to add "Powered by XenForo" to the title

PoLiZe

Well-known member
Hi people,

this code is very simple


edit the template

PAGE_CONTAINER

and search:

<title><xen:if is="{$title}">{xen:raw $title} | {$xenOptions.boardTitle}<xen:else />{$xenOptions.boardTitle}</xen:if></title>

and remplace for that:

<title><xen:if is="{$title}">{xen:raw $title} | {$xenOptions.boardTitle}<xen:else />{$xenOptions.boardTitle}</xen:if> - Powered by XenForo</title>
 
why should I add this ? just wondering...
by the way adding long and repetitive title is not seo friendly


thanx for sharing
 
Top Bottom