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

  1. <? echo $skin['noposts']; ?>
  2. </table>
  3. <div style="width: 100%; text-align: left">
  4. <? echo $skin['ntopic']; ?>
  5. </div>
  6. <div style="width: 100%; text-align: right">
  7. <span class="fsmall"><?=$skin['lpage']; ?>:
  8. <select name="page" onchange="location='forum.php?f=<?= $skin['f_id']; ?>&amp;page='+(this.value)">
  9. <?= $skin['option_pages']; ?>
  10. </select>
  11. <?= $skin['lwith']; ?> <?= $skin['lpages']; ?>
  12. </span>
  13. </div>