$breadcrumb_url = $_GET['breadcrumb_url']; $breadcrumb_url = urldecode($breadcrumb_url); $breadcrumb_title = $_GET['breadcrumb_title']; $breadcrumb_title = urldecode($breadcrumb_title); $cp2hex = $_GET['cp2_Hex']; $cp2hex = urldecode($cp2hex); $cp1hex = $_GET['cp1_Hex']; $cp1hex = urldecode($cp1hex); if(!$cp2hex) $cp2hex = "ffffff"; $hbg = $_GET["hbg"]; $ham = $_GET["ham"]; if($hbg == "1") $cp2hex = ""; $lab = $_GET["lab"]; $label_name = $_GET["label_name"]; $event_time = $_GET["event_time"]; if($_GET["mydate"]) $mydate = $_GET["mydate"]; if($mydate){ $dateTimeZoneUTC = new DateTimeZone("UTC"); $dateTimeUTC = new DateTime($mydate, $dateTimeZoneUTC); $event_time = $dateTimeUTC->format('U') ; } if($_GET["timezone"]) $timezone = $_GET["timezone"]; if($timezone) if($timezone == "local") $UTCoffset = ""; else $UTCoffset = $timezone/100; ?>