<table class="tables">
<tr>
<th colspan="5"><img src="<?php echo $tpl->img('last'); ?>" border="0" alt="" /> <?php echo $lang->phrase('active_topics_title'); ?></th>
</tr>
<?php if ($count > 0) { ?>
<tr>
<td class="tfoot textright" colspan="5"><?php echo $temp; ?></td>
</tr>
<tr>
<th width="2%"> </th>
<th width="48%"><?php echo $lang->phrase('forum_topic'); ?></th>
<th width="20%"><?php echo $lang->phrase('forum_start'); ?></th>
<th width="10%"><?php echo $lang->phrase('forum_replies'); ?></th>
<th width="20%"><?php echo $lang->phrase('forum_last'); ?></th>
</tr>
<?php echo $inner['index_bit']; ?>
<tr>
<td class="tfoot textright" colspan="5"><?php echo $temp; ?></td>
</tr>
<?php } else { ?>
<tr>
<td colspan="5" class="bbody center"><?php echo $lang->phrase('search_nothingfound'); ?></td>
</tr>
<?php } ?>
</table>