--- a/include/common-template.inc.php +++ b/include/common-template.inc.php @@ -43,6 +43,10 @@ '; else echo ' + '; if ($datepicker) echo ' -
+
+ Back

' . $pageTitle . '

@@ -183,7 +189,7 @@ 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })();"; + })();"; $googleAnalyticsImageUrl = googleAnalyticsGetImageUrl(); echo ''; } @@ -196,7 +202,7 @@ $geoerror = !isset($_SESSION['lat']) || !isset($_SESSION['lat']) || $_SESSION['lat'] == "" || $_SESSION['lon'] == ""; } if ($geoerror) { - echo '
Sorry, but your location could not currently be detected. + echo '
Sorry, but your location could not currently be detected. Please allow location permission, wait for your location to be detected, or enter an address/co-ordinates in the box below.
'; } @@ -211,7 +217,7 @@
- Current Time? + Current Time?
@@ -229,7 +235,7 @@ } function trackEvent($category, $action, $label = "", $value = -1) { if (isAnalyticsOn()) { - echo ""; } } ?>