--- a/tripPlanner.php +++ b/tripPlanner.php @@ -182,7 +182,99 @@ curl_close($ch); } } else { + $overrides = getServiceOverride(); + if (isset($overrides['service_id'])) { + echo "Sorry, due to the modified timetable, this trip planner won't work correctly today. Instead, use the Google Maps one below:"; + echo ' + + +
+ + + + + + + +
Link to Google Transit Trip Planner 
+ Transit Trip Planner
Start (e.g. + )
+ +

End (e.g. + ) +
+ +
+ + + + + + + + + +
DateTime
+Plan by: + +
+ +
+
+ + +'; + } else { tripPlanForm(); + } } include_footer(); ?>