XF 1.4 How to customize page title for threads pages

mono

Active member
and thread list pages?
Hi! Basicly we have the structure of thread page titles that look like this:
Code:
<title>Thread Title | General Board Title</title>
I'd like to change the second one for all threads pages and the same for thread list pages, which look like this:
Code:
<title>Node Title | General Board Title</title>
What is the better way to do it? Thanks in advance!
 
Thank you! Do you mean this code:
Code:
<xen:title>{xen:helper threadPrefix, $thread, escaped}{$thread.title}{xen:helper pagenumber, $page}</xen:title>
Unfortunatelly, do not understand how should I edit it.(
 
Top Bottom