' . "\n"; $template = new Template(); $template->assign('room', $room); $template->assign('chat_user', $chatUser); $template->assign('user_local', $userLocal); $template->assign('block_friends', $friend_html); $content = $template->fetch('default/chat/video.tpl'); //$template->assign('header', $room['room_name']); $template->assign('content', $content); $template->assign('message', Display::return_message(get_lang('BroswerDoesNotSupportWebRTC'), 'warning')); $template->display_one_col_template(); //$template->display_no_layout_template();