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.
 
 
 
 
 
 

25 lines
776 B

<div align="right"><a href="search.php?content=lastposts" class="fsmall"><b><?= $skin['showlastposts']; ?></b></a></div>
<br />
<br />
<div class="category_box" style="width: <?= TABLES_WIDTH-40; ?>">
<div class="category_beam">
<span><?= $skin['stat']; ?> </span>
</div>
<div>
<div style="width: 100%" class="beam">
&nbsp;
</div>
</div>
<div style="width: <?= (TABLES_WIDTH-42); ?>;" class="forum_item">
<span class="fstandard">
<?= $skin['total_posts']; ?>. <br />
<? echo $skin['registered_users']; ?>.<br />
<?= $skin['lforum_counter']; ?><br />
<? echo $skin['last_user']; ?><br />
<?= $skin['group_users']; ?><br />
<?= $skin['logged_users']; ?>:<br />
<?= $skin['logged_users_list']; ?>
</span>
</div>
</div>