assign('xoops_module_header', $header); if (!empty($HTML_HEAD_TITLE)) { $xoopsTpl->assign('xoops_pagetitle', h($HTML_HEAD_TITLE)); } else { if (is_object($this->Plugin)) { $xoopsTpl->assign('xoops_pagetitle', h($this->Plugin->getNicename())); } } ?>