Exemple #1
0
        $the_main->press_order($_POST['entity'], $order[0], $order[1]);
    }
    /*
    	if (isset($result)) {
    	  $_SESSION['Result'] =  'Success';
    	  echo 'Success';	
    	}
    */
}
// speaker order
/*///////////// 
Speaker mainpage bio edit
///////////////*/
if (isset($_POST['action']) && $_POST['action'] == 'edit_press_bio') {
    $the_main = new main\main();
    $the_main->press_bio();
}
// speaker order
/*///////////// 
Main page display
///////////////*/
if (isset($_POST['action']) && $_POST['action'] == 'press_mainpage' && isset($_POST['sId']) && isset($_POST['val'])) {
    $the_main = new main\main();
    $the_main->press_mainpage($_POST['sId'], $_POST['val']);
}
// delete sponsors permission
/**********************************
Agenda Frontend
**************************************/
/*///////////// 
Display Agenda Modal