streams/view/tpl/chatrooms.tpl
2014-02-05 19:16:41 -08:00

10 lines
132 B
Smarty

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