Topic: "pages" in topic header must have style.
<td class="punhead" style="width: 20%"><?php echo $lang_common['Message'] ?></td>
<td><?php echo $lang_common['Pages'].': '.$pages ?></td>
If style of head is "light letters on dark background"
and messages are "dark letters on light background"
string wit pages is invisible.
<td class="punhead" style="width: 20%"><?php echo $lang_common['Message'] ?></td>
<td class="punhead"><?php echo $lang_common['Pages'].': '.$pages ?></td>