aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-06-10 10:22:22 -0400
committerThedro Neely <thedroneely@gmail.com>2019-06-10 10:22:22 -0400
commit82fd98941655bd84972a073cef4639073eabe8d1 (patch)
tree3fbf84de71ca39d45cfe72757c1ff03793823c23 /app
parenta7c010b3f6635e48bdf7c79dc22ed2056678ecc1 (diff)
downloadthedroneely.com-82fd98941655bd84972a073cef4639073eabe8d1.tar.gz
thedroneely.com-82fd98941655bd84972a073cef4639073eabe8d1.tar.bz2
thedroneely.com-82fd98941655bd84972a073cef4639073eabe8d1.zip
app/views: Add analytics link to footer
Diffstat (limited to 'app')
-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>