3
Hi, to have the pagetitle displaying the current title of the tinycontent page you have to add the following line
$xoopsTpl->assign('xoops_pagetitle', $title);
in front of these 2 lines in modules/tinycontent/index.php
$xoopsTpl->assign('title', $title);
$xoopsTpl->assign('content', $content);
That's all! You have to add it 2 times in this file, for the normal contents and the wrapped contents.