--- a/stop.php +++ b/stop.php @@ -16,8 +16,9 @@ limitations under the License. */ include ('include/common.inc.php'); -if ($stopid) +if (isset($stopid)) { $stop = getStop($stopid); +} /* if ($stopcode != "" && $stop[5] != $stopcode) { $url = $APIurl . "/json/stopcodesearch?q=" . $stopcode; $stopsearch = json_decode(getPage($url)); @@ -47,7 +48,13 @@ foreach ($stops as $key => $sub_stop) { $stopNames[$key] = $sub_stop["stop_name"]; - $stopLinks.= '' . $sub_stop["stop_name"] . ' '; + $stopLinks.= ' + + + + '; $stopPositions[$key] = Array( $sub_stop["stop_lat"], @@ -85,7 +92,7 @@ echo '
'.$serviceAlert['alert']['description']['translation'].'
'; } */ -echo ''; +echo '

'; echo $stopLinks; if (sizeof($stops) > 0) { trackEvent("View Stops", "View Combined Stops", $stop["stop_name"], $stop["stop_id"]); @@ -102,13 +109,14 @@ timeSettings(); -echo ''; +echo '
'; echo ' '; -echo ''; +echo '
'; include_footer(); ?>