aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/model/Navigation.php2
-rw-r--r--app/views/partials/footer.php2
2 files changed, 3 insertions, 1 deletions
diff --git a/app/model/Navigation.php b/app/model/Navigation.php
index b7ca00f..48fb710 100644
--- a/app/model/Navigation.php
+++ b/app/model/Navigation.php
@@ -10,7 +10,7 @@ class Navigation
return false;
}
- public function isActiveHome()
+ public function isActiveHome()
{
if (strlen($_SERVER['REQUEST_URI']) === 1) {
return 'navbar__active ';
diff --git a/app/views/partials/footer.php b/app/views/partials/footer.php
index a800aa0..e4a460d 100644
--- a/app/views/partials/footer.php
+++ b/app/views/partials/footer.php
@@ -18,6 +18,8 @@
<a class="underline" href="https://github.com/tdro">Github</a> |
+ <a class="underline" href="https://www.thedroneely.com/analytics">Analytics</a> |
+
<a class="underline" href="#">Back To Top</a>
</p>