aboutsummaryrefslogtreecommitdiff
path: root/app/model
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/model
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/model')
-rw-r--r--app/model/Navigation.php2
1 files changed, 1 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 ';