aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-04-30 20:51:33 -0400
committerThedro Neely <thedroneely@gmail.com>2019-04-30 20:51:33 -0400
commite6ba75472a9973c488e834867c83393705480325 (patch)
tree1351d22bb60dbc96f3d3c49bfdcbd30bb922840d /app/views/partials
parentb348e8f87431623bb398eb13d3784157a82339a3 (diff)
downloadthedroneely.com-e6ba75472a9973c488e834867c83393705480325.tar.gz
thedroneely.com-e6ba75472a9973c488e834867c83393705480325.tar.bz2
thedroneely.com-e6ba75472a9973c488e834867c83393705480325.zip
app/model/Navigation: Remove title switch function, and set title on page itself
Diffstat (limited to 'app/views/partials')
-rw-r--r--app/views/partials/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/partials/header.php b/app/views/partials/header.php
index 5dd413c..d78bbe3 100644
--- a/app/views/partials/header.php
+++ b/app/views/partials/header.php
@@ -2,7 +2,7 @@
<html class="has-navbar-fixed-top" lang="en-us">
<head>
- <title><?php $navigation->title(); ?>Thedro Neely</title>
+ <title><?php echo $title = $title ?? 'Portfolio - '; ?>Thedro Neely</title>
<meta name="description" content="Thedro's Portfolio Website">
<meta name="keywords" content="Thedro,Neely,Portfolio,Website">