Where is "title" tag again?

Carlos

Well-known member
I was reading a thread where members were talking about title tags... I was busy with other things, so I thought of coming back to the thread later.

Recently, I went and searched for "title tag" and yielded nothing I wanted. Took me a while looking for it, until I gave up.

So, I ask someone where is it? Which template, etc?
 
I think you want this:

Admin CP -> Appearance -> Templates -> PAGE_CONTAINER

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