mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
10 lines
207 B
Smarty
10 lines
207 B
Smarty
|
{{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}}
|