
if(newbb_isAdmin($forumdata['forum_id'], $forumdata['topic_poster']) && $xoopsModuleConfig['allow_moderator_html'] ) $topic_title = newbb_html2text($myts->undoHtmlSpecialChars($forumdata['topic_title']));
else $topic_title = $myts->htmlSpecialChars($forumdata['topic_title']);
$forum_name = newbb_html2text($myts->undoHtmlSpecialChars($forumdata['forum_name']));
$module_name = $xoopsModule->getVar('name');
$xoops_pagetitle = $module_name. ' - ' .$forum_name. ' - ' .$topic_title;
include XOOPS_ROOT_PATH."/header.php";
$xoopsTpl->assign('xoops_module_header', $newbb_module_header);
$xoopsTpl->assign('xoops_pagetitle', $xoops_pagetitle);$xoops_pagetitle = $module_name. ' - ' .$myts->displayTarea($forum_name). ' - ' .$topic_title;
Can you offer any advice as to how to change it in xDirectory?
Thanks,