add chatrooms template

This commit is contained in:
friendica 2014-02-05 19:16:41 -08:00
parent 05a70a8760
commit 61f3ffc635

10
view/tpl/chatrooms.tpl Normal file
View File

@ -0,0 +1,10 @@
<h2>{{$header}}</h2>
{{if $is_owner}}
<p>
<a href="{{$baseurl}}/chat/{{$nickname}}/new">{{$newroom}}</a>
</p>
{{/if}}
{{$rooms}}