This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
core/view/tpl/chatrooms.tpl

13 lines
221 B
Smarty

<div class="generic-content-wrapper-styled">
<h2>{{$header}}</h2>
{{if $is_owner}}
<p>
<span class="btn btn-default"><a href="{{$baseurl}}/chat/{{$nickname}}/new">{{$newroom}}</a></span>
</p>
{{/if}}
{{$rooms}}
</div>