<div dir="ltr">I have some problems getting my HTMLTitleFmt to work properly with internationalisations. The site is in two languages, both with a separate (:title ...:) markup inside the userlang conditional. To supply the HTMLTitleFmt, the following code is used:<br>
<br>$title = PageVar($pagename,'$Title');<br>$HTMLTitleFmt = "$title | $WikiTitle";<br><br>But on pages in both languages, only one $Title is identified - the one coming last. Any ideas how to solve this, and have the page title (and maybe the WikiTitle as well) displayed in the selected user language?<br>
<br>Cheers,<br>V.<br></div>