"Events/","Alumni"=>"Events/index.php?submenu=Alumni"); }else{ $locations_trail = array("Conferences"=>"conference/"); } if($confID!=NULL && is_numeric($confID)){ include('lib/config.php'); include('lib/opendb.php'); $result = mysql_query("SELECT * from Conferences where ConfID=$confID"); if(mysql_num_rows($result)==0){ die("Error: Invalid conference ID"); } $row = mysql_fetch_array($result); include('lib/closedb.php'); $current_location = $row["ConfName"]; include("../header.inc"); $page_tips = <</) or the name of the event will expand/collapse the section. EOF; include("../navbar.inc"); include("../youare.inc"); if($confID==26){ include("gj302_sidebar.inc"); }else{ include("pages_sidebar.inc"); } if($curr_submenu=="Log-in"){ include("login.inc"); }else{ include("pages.inc"); } include("../footer.inc"); }else{ include('../baseurl.inc'); header( 'Location: '. $base_url . 'conference/'); } ?>