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
919 B

  1. <span class="fsmall">&nbsp;<br></span>
  2. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
  3. <tr>
  4. <td width="18" height="25" style="background-image: url('skins/subPurple/images/td_category_left.gif')" class="category">&nbsp;</td>
  5. <td height="7"class="category" style="background-image: url('skins/subPurple/images/td_category.jpg')"><? echo $skin['category']; ?></td>
  6. <td width="18" height="7" style="background-image: url('skins/subPurple/images/td_category_right.gif')" class="category"></td>
  7. </tr>
  8. </table>
  9. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
  10. <tr>
  11. <td width="582" height="16" colspan="2" class="beam" ><? echo $skin['lforumname'];?></td>
  12. <td width="49" height="16" class="beam"><? echo $skin['lposts'];?></td>
  13. <td width="110" height="16" class="beam"><? echo $skin['llastposts'];?></td>
  14. </tr>