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.
 
 
 
 
 
 

16 lines
575 B

<span class="fsmall">&nbsp;<br></span>
<div class="category_box" style="width: <?= TABLES_WIDTH-40; ?>">
<div class="category_beam">
<span><? echo $skin['category']; ?></span>
</div>
<div>
<div style="width: <?= (0.7*(TABLES_WIDTH-10)); ?>; float: left" class="beam">
<?= $skin['lforumname'];?>
</div>
<div style="width: <?= (0.07*(TABLES_WIDTH-10)); ?>; float: left" class="beam">
<?= $skin['lposts'];?>
</div>
<div style="width: <?= (0.19*(TABLES_WIDTH-10)); ?> float: left" class="beam">
<?= $skin['llastposts'];?>
</div>
</div>