diff options
author | friendica <info@friendica.com> | 2014-02-05 19:16:41 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-05 19:16:41 -0800 |
commit | 61f3ffc635acbc53a825152f9bb1bb2ab262dde5 (patch) | |
tree | 184d22262d3d56a32678b5f4b054f5b5de07046e | |
parent | 05a70a8760d705e80c548d96a9d083ab032dbd8b (diff) | |
download | volse-hubzilla-61f3ffc635acbc53a825152f9bb1bb2ab262dde5.tar.gz volse-hubzilla-61f3ffc635acbc53a825152f9bb1bb2ab262dde5.tar.bz2 volse-hubzilla-61f3ffc635acbc53a825152f9bb1bb2ab262dde5.zip |
add chatrooms template
-rw-r--r-- | view/tpl/chatrooms.tpl | 10 |
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}} + |