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

<tr>
<td width="20" height="16" align="center" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
<img src="skins/reFresh/images/<?= $skin['new_post']; ?>.gif" width="17" height="18" alt="folder">
</td>
<td width="430" height="19" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
<a href="topic.php?t=<? echo $skin['t_id']; ?>" class="fstandard"><? echo $skin['fname']; ?></a>
</td>
<td width="110" align="center" height="19" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
<? echo $skin['author']; ?>
</td>
<td width="59" height="19" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
<p align="center" class="fstandard"><? echo $skin['tposts']; ?></p>
</td>
<td width="133" colspan="2" align="center" height="19" class="fitem" onMouseOver="set_color(this);" onMouseOut="unset_color(this);">
<? echo $skin['lastpost']; ?>
</td>
</tr>