add chatrooms template
This commit is contained in:
10
view/tpl/chatrooms.tpl
Normal file
10
view/tpl/chatrooms.tpl
Normal file
@@ -0,0 +1,10 @@
|
||||
<h2>{{$header}}</h2>
|
||||
|
||||
{{if $is_owner}}
|
||||
<p>
|
||||
<a href="{{$baseurl}}/chat/{{$nickname}}/new">{{$newroom}}</a>
|
||||
</p>
|
||||
{{/if}}
|
||||
|
||||
{{$rooms}}
|
||||
|
||||
Reference in New Issue
Block a user