From ec2f9ad28bc658dd6e81b961eea3e074876d24ff Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 4 Jan 2017 12:39:13 -0500 Subject: [PATCH] Adding old layout and updating Google Map I commented out the flight feed code and added back the old sample layout for the flight feed. I also added some test content to the interior Terminal page. --- footer.php | 2 +- front-page.php | 18 +++++++----------- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/footer.php b/footer.php index fc83510..16076a0 100644 --- a/footer.php +++ b/footer.php @@ -6,7 +6,7 @@

Getting Here

-
siteground namecheap
+
siteground namecheap
diff --git a/front-page.php b/front-page.php index 46fe0cf..ad900d6 100644 --- a/front-page.php +++ b/front-page.php @@ -1,7 +1,7 @@ @@ -14,14 +14,13 @@ global $wpdb; get_flight_data(); +// $flight = new glm_flight(); +// $flight->get_flight_data(); ?>

Arrivals:

- build_arrivals(); ?> -

Departures:

- build_departures(); ?> - - last_updated; ?> + last_updated; ?>
-- 2.17.1