funchat/modules/chat/templates/default/online.tpl

11 lines
250 B
Smarty
Raw Normal View History

2025-06-02 10:01:12 +02:00
<div class="twelve columns">
<h2>Derzeit Online</h2>
<div class="online">
{foreach from=$data item=dat}
<strong>Raum:</strong> {$dat.room}<br /><hr />
{$dat.users}<br /><br />
{foreachelse}
Sorry, niemand online:-(
{/foreach}
</div>
</div>