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.
 
 
 
 
 
 

14 lines
868 B

<tr>
<td class="fitem" width="30" height="30" align="center" valign="center" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
<img src="skins/subPurple/images/<?= $skin['new_post']; ?>.gif" alt="folder"></td>
<td width="565" height="1" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
<a href="forum.php?f=<? echo $skin['forum_id']; ?>" class="sect"><? echo $skin['forum_name']; ?></a><br>
<span class="desc"><? echo $skin['description']; ?></span>
</td>
<td width="48" height="1" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
<p align="center" class="fstandard"><b><b><? echo $skin['posts']; ?></b></b></p>
</td>
<td width="129" height="1" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
<? echo $skin['lastpost']; ?>
</td>
</tr>