aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/chatroomlist.tpl
blob: d2cf4d7b066f3cdf321bda6ebe85de92183590e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<div class="widget">
<h3>{{$header}}</h3>
{{if $items}}
<table>
{{foreach $items as $item}}
<tr><td>{{$item.cr_name}}</td><td>{{$item.cr_inroom}}</td></tr>
{{/foreach}}
</table>
{{/if}}
</div>