if ($forum_style == "header") {
echo "<table width=\"100%\" border=0 cellpadding=3 cellspacing=1 class=\"forumpost\">";
echo "<tr>";
- echo "<th>".get_string("subject", "forum")."</th>";
+ echo "<th>".get_string("discussion", "forum")."</th>";
echo "<th colspan=2>".get_string("startedby", "forum")."</th>";
echo "<th>".get_string("replies", "forum")."</th>";
echo "<th>".get_string("lastpost", "forum")."</th>";