diff --git a/ShowStop.php b/ShowStop.php index ecdb911..30cf009 100644 --- a/ShowStop.php +++ b/ShowStop.php @@ -27,14 +27,15 @@ if (isValidStop($_GET["stop"])){ function PrintRoutes($stp){ global $routes; echo '
Line # | Route Name | '; + echo 'Line # | Route Name | Direction | '; echo '
---|---|---|---|---|
' . $route['line'] . ' | '; - echo '' . $route['name'] . ' | ' . $route['name'] . ' | '; + echo '' . getLabelOfDir($direction) . ' | '; } }