diff --git a/view/tpl/chatroomlist.tpl b/view/tpl/chatroomlist.tpl new file mode 100644 index 000000000..34050eef3 --- /dev/null +++ b/view/tpl/chatroomlist.tpl @@ -0,0 +1,11 @@ +
+

{{$header}}

+{{$if $items}} + +{{for $items as $item}} + +{{/for}} +
{{$item.cr_name}}{{$item.cr_inroom}}
+{{/if}} +
+