Newer
Older
Graham Cole
committed
<div class="cbb">
<h3>Current Milliways Users</h3>
{if $people|@count < 1}
<p>No-one logged on to Milliways</p>
{else}
Graham Cole
committed
<ul>
{foreach name=people from=$people key=personnum item=person}
Graham Cole
committed
<li>{$person.username}<small>{$person.idle} idle</small></li>
Graham Cole
committed
</ul>
Graham Cole
committed
</div>