blob: 7635bb826dd65ac44313aec0dea1279fde84c259 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
{{if $rooms}}
<div class="widget">
<h3>{{$header}}</h3>
<ul class="bookmarkchat">
{{foreach $rooms as $room}}
<li><a href="{{$room.xchat_url}}">{{$room.xchat_desc}}</a></li>
{{/foreach}}
</ul>
</div>
{{/if}}
|