aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/bookmarkedchats.tpl
blob: ab4372c255deb67cecb50561fc77bc44835c766a (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                    
                                                   





                                                               
{{if $rooms}}
<div class="widget">
<h3>{{$header}}</h3>
<ul class="bookmarkchat nav nav-pills nav-stacked">
{{foreach $rooms as $room}}
<li><a href="{{$room.xchat_url}}">{{$room.xchat_desc}}</a></li>
{{/foreach}}
</ul>
</div>
{{/if}}