sdev
Member
This stopped working in XF 1.5.
Code in PAGE_CONTAINER:
thread id 30 shows the standard title, not my custom one. Any idea why?
Code in PAGE_CONTAINER:
Code:
<xen:if is="{$thread.thread_id} == 30">
<title>xxx</title>
<xen:else />
<title><xen:if is="{$title}">{xen:raw $title} | {$xenOptions.boardTitle}<xen:else />{$xenOptions.boardTitle}</xen:if></title>
</xen:if>
thread id 30 shows the standard title, not my custom one. Any idea why?