<thead>
	<tr align="center">
	  <td class="thead"  width="3%">&nbsp;</td>
	  <td class="thead" width="40%" align="$stylevar[left]">$vbphrase[forum]</td>
	  <td class="thead" width="26%">$vbphrase[last_post]</td>
	  <td class="thead" width="8%">$vbphrase[threads]</td>
	  <td class="thead" width="8%">$vbphrase[posts]</td>
	  <if condition="$vboptions['showmoderatorcolumn']">
	  <td class="thead" width="15%">$vbphrase[moderator]</td>
	  </if>
	</tr>
<tbody>
	<tr>
		<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
			<span class="xlargfont"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><center>$forum[title]</center></a></span>
			<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
			<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
		</td>
	</tr>
</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>
</thead>