A lightweight forum engine written in PHP. Repository is now obsolete and read-only. http://www.pioder.pl/uforum.html
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
988 B

  1. <tr>
  2. <td width="20" height="16" align="center" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
  3. <img src="skins/subPurple/images/<?= $skin['new_post']; ?>.gif" width="17" height="18" alt="folder">
  4. </td>
  5. <td width="430" height="19" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
  6. <a href="topic.php?t=<? echo $skin['t_id']; ?>" class="fstandard"><? echo $skin['fname']; ?></a>
  7. </td>
  8. <td width="110" align="center" height="19" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
  9. <? echo $skin['author']; ?>
  10. </td>
  11. <td width="59" height="19" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
  12. <p align="center" class="fstandard"><? echo $skin['tposts']; ?></p>
  13. </td>
  14. <td width="133" colspan="2" align="center" height="19" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
  15. <? echo $skin['lastpost']; ?>
  16. </td>
  17. </tr>