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.
core/view/tpl/chatrooms.tpl
2014-02-05 19:16:41 -08:00

11 lines
132 B
Smarty

<h2>{{$header}}</h2>
{{if $is_owner}}
<p>
<a href="{{$baseurl}}/chat/{{$nickname}}/new">{{$newroom}}</a>
</p>
{{/if}}
{{$rooms}}