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