diff --git a/htdocs/public/data/coverage.php b/htdocs/public/data/coverage.php
index bfb6311..b270edd 100644
--- a/htdocs/public/data/coverage.php
+++ b/htdocs/public/data/coverage.php
@@ -1,6 +1,6 @@
getObjectById($_GET['id'] ?? null);
diff --git a/htdocs/public/data/kml.php b/htdocs/public/data/kml.php
index 1790c28..0efb5c0 100644
--- a/htdocs/public/data/kml.php
+++ b/htdocs/public/data/kml.php
@@ -1,6 +1,6 @@
getObjectById($_GET['id']);
diff --git a/htdocs/public/data/trail.php b/htdocs/public/data/trail.php
index 9cb0774..afcd647 100644
--- a/htdocs/public/data/trail.php
+++ b/htdocs/public/data/trail.php
@@ -1,6 +1,6 @@
getObjectById($_GET['id'] ?? null);
diff --git a/htdocs/public/index.php b/htdocs/public/index.php
index cc11fbf..45ee1a1 100755
--- a/htdocs/public/index.php
+++ b/htdocs/public/index.php
@@ -1,4 +1,4 @@
-
+
+
About / FAQ
diff --git a/htdocs/public/views/latest.php b/htdocs/public/views/latest.php
index 98bafe7..d97fa99 100644
--- a/htdocs/public/views/latest.php
+++ b/htdocs/public/views/latest.php
@@ -1,4 +1,4 @@
-
+
+
getObjectById($_GET['id'] ?? null); ?>
isExistingObject()) : ?>
diff --git a/htdocs/public/views/raw.php b/htdocs/public/views/raw.php
index 55cac12..e751af6 100644
--- a/htdocs/public/views/raw.php
+++ b/htdocs/public/views/raw.php
@@ -1,4 +1,4 @@
-
+
getObjectById($_GET['id'] ?? null); ?>
isExistingObject()) : ?>
diff --git a/htdocs/public/views/search.php b/htdocs/public/views/search.php
index 31f8a44..939b64c 100644
--- a/htdocs/public/views/search.php
+++ b/htdocs/public/views/search.php
@@ -1,4 +1,4 @@
-
+
+
getObjectById($_GET['id'] ?? null); ?>
isExistingObject()) : ?>
diff --git a/htdocs/public/views/telemetry.php b/htdocs/public/views/telemetry.php
index 58f0ea9..7e2bf08 100644
--- a/htdocs/public/views/telemetry.php
+++ b/htdocs/public/views/telemetry.php
@@ -1,4 +1,4 @@
-
+
getObjectById($_GET['id'] ?? null); ?>
isExistingObject()) : ?>
diff --git a/htdocs/public/views/trail.php b/htdocs/public/views/trail.php
index 9ad2102..0e89a90 100644
--- a/htdocs/public/views/trail.php
+++ b/htdocs/public/views/trail.php
@@ -1,4 +1,4 @@
-
+
getObjectById($_GET['id'] ?? null); ?>
isExistingObject()) : ?>
diff --git a/htdocs/public/views/weather.php b/htdocs/public/views/weather.php
index f293a1b..a054d33 100644
--- a/htdocs/public/views/weather.php
+++ b/htdocs/public/views/weather.php
@@ -1,4 +1,4 @@
-
+
getObjectById($_GET['id'] ?? null); ?>
isExistingObject()) : ?>