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.
 
 
 
 
 
 

11 lines
517 B

<td width="100" height="3" class="beam"><?= $skin['lmod']; ?></td>
</tr>
<tr>
<td width="100" height="29" class="moderate">
<?= $skin['stick']; ?>
<a href="javascript:confirm_action('<?= $skin['c_delete_topic']; ?>','moderate.php?action=delete&amp;id=<?= $tid; ?>')"><img border="0" src="skins/reFresh/images/delete.gif" alt="delete"></a>
<?= $skin['lock']; ?>
<a href="moderate.php?action=move&amp;id=<?= $tid; ?>">
<img border="0" src="skins/reFresh/images/move.gif" alt="move">
</a>
</td>