--- a/trip.php +++ b/trip.php @@ -17,6 +17,7 @@ trackEvent("Route/Trip View","View Route", $trip['route_short_name'] . ' ' . $trip['route_long_name'], $routeid); echo ''; +echo 'View Original Timetable/Map'; echo '

Via:

' . viaPointNames($tripid) . ''; echo '

Other Trips:

'; foreach (getRouteTrips($routeid) as $othertrip) {