--- a/stopList.php +++ b/stopList.php @@ -40,7 +40,6 @@ $stops = getStops(); include_header("All Stops", "stopList"); navbar(); - timePlaceSettings(); } else if (isset($nearby)) { $listType = 'nearby=yes'; @@ -48,7 +47,7 @@ trackEvent("Stop Lists", "Stops Nearby", $_SESSION['lat'] . "," . $_SESSION['lon']); navbar(); if (!isset($_SESSION['lat']) || !isset($_SESSION['lat']) || $_SESSION['lat'] == "" || $_SESSION['lon'] == "") { - timePlaceSettings(true); + placeSettings(); include_footer(); die(); } @@ -65,7 +64,7 @@ ); } echo staticmap($stopPositions, 0, "iconb", true, true); - timePlaceSettings(true); + placeSettings(); echo ''; } else if (isset($suburb)) { @@ -78,7 +77,6 @@ $stops = getStops(true, $firstLetter); include_header("Timing Points / Major Stops", "stopList"); navbar(); - timePlaceSettings(); } echo '