<table class="tables">
<tr>
<th colspan="5"><img src="<?php echo $tpl->img('suchen'); ?>" border="0" alt="" /> <?php echo $lang->phrase('search_x_results'); ?> <em><?php echo implode(', ', $data['used']); ?></em></th>
</tr>
<tr>
<td class="tfoot" colspan="5">
<span class="right"><?php echo $temp; ?></span>
<?php echo iif(count($ignored) > 0, $lang->phrase('search_ignored_phrases').implode(', ', $ignored)); ?>
</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>
</table>