1

Topic: "pages" in topic header must have style.

line 194 wrote:

                    <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.

must be wrote:

                    <td class="punhead" style="width: 20%"><?php echo $lang_common['Message'] ?></td>
                    <td class="punhead"><?php echo $lang_common['Pages'].': '.$pages ?></td>

2

Re: "pages" in topic header must have style.

This one is already known about but well spotted all the same smile
http://punbb.org/forums/viewtopic.php?id=4354

Closing Topic