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.

9 lines
320 B

  1. </table>
  2. <div align="right" style="width: <?= TABLES_WIDTH; ?>">
  3. <span class="fsmall"><?=$skin['lpage']; ?>:
  4. <select name="page" onchange="location='admin_users.php?mode=view&amp;page='+(this.value)">
  5. <?= $skin['option_pages']; ?>
  6. </select>
  7. <?= $skin['lwith']; ?> <?= $skin['lpages']; ?>
  8. </span>
  9. </div>
  10. </form>