Exemple #1
0
		$page->auth->SendToRefrerPage();
		exit();
}
*/
$em = new Event_Contacts();
$contact = new Contacts();
$ajax = new PHPLiveX();
$evt = new Event();
$note = new Note();
$notify = new Notification();
$cert = new Certification_Type();
$app = new Application();
/******************** Contact Object ***********************/
$em->SetUserID($page->auth->Get_user_id());
$em->SetContactID($_REQUEST[contact_id]);
$em->SetUserName($page->auth->Get_user_name());
$_SESSION['contact_id'] = $em->GetContactID();
/*********************************************************/
/******************** Task Object ***********************/
$user = new User();
$task = new Tasks();
$task->SetUserObject($user);
$task->SetUserID($page->auth->Get_user_id());
$ajax->AjaxifyObjects(array("secure", "cert", "em", "task", "note"));
/*******************************************************/
$page->setPageKeywords('');
$page->setPageDescription('');
$page->setPageTitle("CONTACT PROFILE");
$page->setActiveButton('2');
//$page -> setInnerNav('');
//$page -> setImportCss1('main_style.css');