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.

16 lines
1.1 KiB

  1. <? if (substr($_SERVER['SCRIPT_NAME'],-9)=='forum.php') {?>
  2. <div style="width: 100%; text-align: left">
  3. <? echo $skin['ntopic']; ?>
  4. </div>
  5. <? } ?>
  6. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
  7. <tr>
  8. <td width="17" style="background-image: url('skins/subPurple/images/td_beam_left.gif')"></td>
  9. <td height="14" width="520" class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><? echo $skin['ltopicname']; ?> </td>
  10. <td height="14" width="130" class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><? echo $skin['lauthor']; ?> </td>
  11. <td height="14" width="62" class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><? echo $skin['lposts']; ?> </td>
  12. <td height="14" class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><? echo $skin['llastpost']; ?> </td>
  13. <td width="17" style="background-image: url('skins/subPurple/images/td_beam_right.gif')"></td>
  14. </tr>
  15. </table>
  16. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">