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.
 
 
 
 
 
 

17 lines
638 B

<table class="maintable" width="<?= TABLES_WIDTH; ?>">
<tr>
<td width="668" height="7" class="fitem">
<span class="fstandard"><?= $skin['L.word_name']; ?></span>
</td>
<td width="40" height="7" class="fitem" align="center">
<a href="censorlist.php?mode=edit&w=<?= $skin['w_id']; ?>" class="fstandard">
<font color="brown"><?= $skin['L.edit'];?></font>
</a>
</td>
<td width="40" height="7" class="fitem" align="center">
<a href="censorlist.php?mode=delete&&w=<?= $skin['w_id']; ?>" class="fstandard">
<font color="brown"><b><?= $skin['L.delete'];?></b></font>
</a>
</td>
</tr>
</table>