2
For Wordbook 1.16 I edited the end of entry.php with:
after this line:
$xoopsTpl -> assign ( 'counter', sprintf(_MD_WB_COUNT, $thisterm['counter']) );
add this line:
// Title Hack
$xoopsTpl->assign('xoops_pagetitle', $myts->makeTboxData4Show($xoopsModule->getVar('name')).' - '.$glossaryterm );
//end title hack
The entry page title will display as Wordbook - Term.