11 lines
No EOL
250 B
Smarty
11 lines
No EOL
250 B
Smarty
<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> |