--- a/stop.php +++ b/stop.php @@ -98,12 +98,14 @@ // time settings echo '
"; + + $destination = getTripDestination($trip['trip_id']); + echo '' . $trip['route_short_name'] . " towards " . $destination['stop_name'] . ""; $viaPoints = viaPointNames($trip['trip_id'], $trip['stop_sequence']); if ($viaPoints != "") echo 'Via: ' . $viaPoints . '';
"; $viaPoints = viaPointNames($trip['trip_id'], $trip['stop_sequence']); if ($viaPoints != "") echo 'Via: ' . $viaPoints . '';