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.
 
 
 
 
 
 

10 lines
302 B

</table>
<div align="right" style="width: <?= TABLES_WIDTH; ?>">
<span class="fsmall"><?=$skin['lpage']; ?>:
<select name="page" onchange="location='users.php?page='+(this.value)">
<?= $skin['option_pages']; ?>
</select>
<?= $skin['lwith']; ?> <?= $skin['lpages']; ?>
</span>
</div>
</form>