7
The page titles are set at various places in the modules for having a meaningful title dependent on the content of the page (Information for user and SEO).
Typical code is:
$xoopsTpl->assign('xoops_pagetitle', $article->title() );
(article.php of News)