|
|
- <tr>
- <td width="20" height="16" align="center" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
- <img src="skins/subPurple/images/<?= $skin['new_post']; ?>.gif" width="17" height="18" alt="folder">
- </td>
- <td width="430" height="19" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
- <a href="topic.php?t=<? echo $skin['t_id']; ?>" class="fstandard"><? echo $skin['fname']; ?></a>
- </td>
- <td width="110" align="center" height="19" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
- <? echo $skin['author']; ?>
- </td>
- <td width="59" height="19" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
- <p align="center" class="fstandard"><? echo $skin['tposts']; ?></p>
- </td>
- <td width="133" colspan="2" align="center" height="19" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
- <? echo $skin['lastpost']; ?>
- </td>
- </tr>
|