From 94c2d52d7ad3d1a56c6d55037112d2419754ec3f Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 25 Jan 2017 08:06:43 -0500 Subject: [PATCH] adding flight data to the front page of the site --- front-page.php | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/front-page.php b/front-page.php index beb6e40..1606679 100644 --- a/front-page.php +++ b/front-page.php @@ -1,5 +1,5 @@ get_flight_data(); + $flight = new glm_flight(); + $flight->get_flight_data(); ?> -

Departures:

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