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.
 
 
 
 
 
 

8 lines
298 B

<table class="maintable" width="<?= TABLES_WIDTH; ?>">
<tr>
<td class="fitem">
<a href="groups.php?mode=view&amp;id=<?= $skin['g_id']; ?>"><span class="fstandard"><b><?= $skin['name']; ?></b></span></a><br>
<span class="fsmall"><?= $skin['desc']; ?></span>
</td>
</tr>
</table>