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.
 
 
 
 
 
 

15 lines
574 B

<table class="maintable" style="border-width: 0px" width="<?= TABLES_WIDTH; ?>">
<tr>
<td rowspan="2" width="<?= (TABLES_WIDTH-100); ?>"><? echo $skin['lreply']; ?></td>
<? include $skin['functions_moderate']; ?>
</tr>
</table>
<span class="fverysmall">&nbsp;</span>
<div align="right" style="width: 100%">
<span class="fsmall"><?=$skin['lpage']; ?>:
<select name="page" onchange="location='topic.php?t=<?= $tid; ?>&amp;page='+(this.value)">
<?= $skin['option_pages']; ?>
</select>
<?= $skin['lwith']; ?> <?= $skin['lpages']; ?>
</span>
</div>