check_feature('feature_live_support'); if (! $lslib->operators_online()) { header("location: tiki-live_support_message.php"); die; } $smarty->assign('senderId', md5(uniqid('.'))); if ($user) { $smarty->assign('user_email', $userlib->get_user_email($user)); } // Display the template $smarty->display("tiki-live_support_client.tpl");