diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-01 08:36:02 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-01 08:36:02 +0200 |
commit | c6d9100649a4bea9ee37780811a8235ca0f7f80a (patch) | |
tree | 1f4f8b5f84ec396cbbb2f86de973928ca0e6e83c /view/tpl/chatroom_members.tpl | |
parent | 44283dbbbb30d434f1153df7e09b62f54b22887d (diff) | |
download | volse-hubzilla-c6d9100649a4bea9ee37780811a8235ca0f7f80a.tar.gz volse-hubzilla-c6d9100649a4bea9ee37780811a8235ca0f7f80a.tar.bz2 volse-hubzilla-c6d9100649a4bea9ee37780811a8235ca0f7f80a.zip |
missing template
Diffstat (limited to 'view/tpl/chatroom_members.tpl')
-rw-r--r-- | view/tpl/chatroom_members.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/tpl/chatroom_members.tpl b/view/tpl/chatroom_members.tpl new file mode 100644 index 000000000..ea5fbede8 --- /dev/null +++ b/view/tpl/chatroom_members.tpl @@ -0,0 +1,5 @@ +<div id="chatroom_members" class="widget"> + <h3>{{$header}}</h3> + <div id="chatMembers"></div> +</div> + |