--- a/stop.php +++ b/stop.php @@ -133,7 +133,7 @@ echo '
  • '; $destination = getTripDestination($trip['trip_id']); - echo '

    '. (service_period() == "Christmas2011" ? $trip['route_long_name'] : "") . $trip['route_short_name'] . " towards " . $destination['stop_name'] . "

    "; + echo '

    '. $trip['route_short_name'] . " towards " . $destination['stop_name'] . "

    "; $viaPoints = viaPointNames($trip['trip_id'], $trip['stop_sequence']); if ($viaPoints != "") echo '
    Via: ' . $viaPoints . '';