Initial commit
This commit is contained in:
commit
43ad32700c
7085 changed files with 447606 additions and 0 deletions
11
modules/chat/templates/default/online.tpl
Normal file
11
modules/chat/templates/default/online.tpl
Normal file
|
@ -0,0 +1,11 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue