--- a/include/common-template.inc.php +++ b/include/common-template.inc.php @@ -34,20 +34,20 @@ '; if ($datepicker) echo ''; - if (isDebugServer()) echo ' + if (isDebugServer()) echo ' - '; - else echo ' - + '; + else echo ' + - '; + '; if ($datepicker) echo ' -
+
+ Back

' . $pageTitle . '

+ Home
'; @@ -200,7 +203,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.
'; } @@ -215,7 +218,7 @@
- Current Time? + Current Time?
@@ -233,7 +236,7 @@ } function trackEvent($category, $action, $label = "", $value = -1) { if (isAnalyticsOn()) { - echo ""; + echo "\n"; } } ?>