streams/view/tpl/bookmarkedchats.tpl

10 lines
207 B
Smarty
Raw Normal View History

2014-02-28 01:07:11 +00:00
{{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}}