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.

14 lines
868 B

  1. <tr>
  2. <td class="fitem" width="30" height="30" align="center" valign="center" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
  3. <img src="skins/subPurple/images/<?= $skin['new_post']; ?>.gif" alt="folder"></td>
  4. <td width="565" height="1" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
  5. <a href="forum.php?f=<? echo $skin['forum_id']; ?>" class="sect"><? echo $skin['forum_name']; ?></a><br>
  6. <span class="desc"><? echo $skin['description']; ?></span>
  7. </td>
  8. <td width="48" height="1" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
  9. <p align="center" class="fstandard"><b><b><? echo $skin['posts']; ?></b></b></p>
  10. </td>
  11. <td width="129" height="1" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
  12. <? echo $skin['lastpost']; ?>
  13. </td>
  14. </tr>