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
367 B

<tr>
<td width="708" height="7" class="fitem" align="center">
<span class="fstandard"><?= $skin['skin_name']; ?></span>
</td>
<td width="40" height="7" class="fitem" align="center">
<a href="styles.php?mode=delete&id=<?= $skin['s_id']; ?>" class="fstandard">
<font color="brown"><b><?= $skin['L.delete'];?></b></font>
</a>
</td>
</tr>