--- a/stop.php +++ b/stop.php @@ -47,22 +47,8 @@ } } include_header($stop[1], "stop"); -if (isMetricsOn()) { - // Create a new Instance of the tracker - $owa = new owa_php(); - // Set the ID of the site being tracked - $owa->setSiteId($owaSiteID); - // Create a new event object - $event = $owa->makeEvent(); - // Set the Event Type, in this case a "video_play" - $event->setEventType('view_stop'); - // Set a property - $event->set('stop_id', $stopid); - // Track the event - $owa->trackEvent($event); -} timePlaceSettings(); -echo '
'; +echo '
'; echo $stopLinks; if (sizeof($stops) > 0) { echo '

' . staticmap($stopPositions) . '

';