From 61f3ffc635acbc53a825152f9bb1bb2ab262dde5 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 5 Feb 2014 19:16:41 -0800 Subject: add chatrooms template --- view/tpl/chatrooms.tpl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 view/tpl/chatrooms.tpl (limited to 'view/tpl/chatrooms.tpl') 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 @@ +

{{$header}}

+ +{{if $is_owner}} +

+{{$newroom}} +

+{{/if}} + +{{$rooms}} + -- cgit v1.2.3