Example #1
0
        $the_main->speaker_mainpage_order($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_mainpage_speaker_bio') {
    $the_main = new main\main();
    $the_main->speaker_mainpage_bio();
}
// speaker order
/*///////////// 
Main page display
///////////////*/
if (isset($_POST['action']) && $_POST['action'] == 'speakers_mainpage' && isset($_POST['sId']) && isset($_POST['val'])) {
    $the_main = new main\main();
    $the_main->speakers_mainpage($_POST['sId'], $_POST['val']);
}
// delete sponsors permission
/*
**************************
Press
***************************
*/