add chatrooms template
This commit is contained in:
parent
05a70a8760
commit
61f3ffc635
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