' . "\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'); $templateHeader = Display::returnFontAswesomeIcon('video-camera', true, 'lg') . $room['room_name']; $template->assign('header', $templateHeader); $template->assign('content', $content); $template->assign( 'message', Display::return_message(get_lang('YourBroswerDoesNotSupportWebRTC'), 'warning') ); $template->display_one_col_template(); //$template->display_no_layout_template();