0 ) { $page['formname'] = topage($visitor_name); $page['formemail'] = $email; $page['formmessage'] = topage($message); start_html_output(); require('view/chat_leavemsg.php'); exit; } $subject = getstring2_("leavemail.subject", array($visitor_name), $webim_messages_locale); $body = getstring2_("leavemail.body", array($visitor_name,$email,$message), $webim_messages_locale); webim_mail($webim_messages_mail, $email, $subject, $body); start_html_output(); require('view/chat_leavemsgsent.php'); ?>