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.

21 lines
1.1 KiB

  1. <div align="right"><a href="search.php?content=lastposts" class="fsmall"><b><?= $skin['showlastposts']; ?></b></a></div>
  2. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
  3. <tr>
  4. <td width="17" style="background-image: url('skins/subPurple/images/td_beam_left.gif')"></td>
  5. <td height="14" class="beam" style="background-image: url('skins/subPurple/images/td_beam_top.gif')"><? echo $skin['stat']; ?> </td>
  6. <td width="17" style="background-image: url('skins/subPurple/images/td_beam_right.gif')"></td>
  7. </tr>
  8. <table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
  9. <tr>
  10. <td width="<?= TABLES_WIDTH; ?>" height="47" colspan="2" valign="top">
  11. <span class="fstandard">
  12. <?= $skin['total_posts']; ?>. <br>
  13. <? echo $skin['registered_users']; ?>.<br>
  14. <?= $skin['lforum_counter']; ?><br>
  15. <? echo $skin['last_user']; ?><br>
  16. <?= $skin['group_users']; ?><br>
  17. <?= $skin['logged_users']; ?>:<br>
  18. <?= $skin['logged_users_list']; ?>
  19. &nbsp;</td>
  20. </tr>
  21. </table>