aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-05 19:16:41 -0800
committerfriendica <info@friendica.com>2014-02-05 19:16:41 -0800
commit61f3ffc635acbc53a825152f9bb1bb2ab262dde5 (patch)
tree184d22262d3d56a32678b5f4b054f5b5de07046e /view/tpl
parent05a70a8760d705e80c548d96a9d083ab032dbd8b (diff)
downloadvolse-hubzilla-61f3ffc635acbc53a825152f9bb1bb2ab262dde5.tar.gz
volse-hubzilla-61f3ffc635acbc53a825152f9bb1bb2ab262dde5.tar.bz2
volse-hubzilla-61f3ffc635acbc53a825152f9bb1bb2ab262dde5.zip
add chatrooms template
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/chatrooms.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/view/tpl/chatrooms.tpl b/view/tpl/chatrooms.tpl
new file mode 100644
index 000000000..c3dae6627
--- /dev/null
+++ b/view/tpl/chatrooms.tpl
@@ -0,0 +1,10 @@
+<h2>{{$header}}</h2>
+
+{{if $is_owner}}
+<p>
+<a href="{{$baseurl}}/chat/{{$nickname}}/new">{{$newroom}}</a>
+</p>
+{{/if}}
+
+{{$rooms}}
+