aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-01-21 07:08:26 -0500
committerThedro Neely <thedroneely@gmail.com>2019-01-21 07:08:26 -0500
commitd046a5814bf58efc5e2227877b79ddc55759e31c (patch)
treeaa799043dcd9dbdb0872d1d1c04642df6fb5112e /views
parent2d28316ca7836cf79d8c6b570c63bb2f310b0f78 (diff)
downloadedwinmattiacci.com-d046a5814bf58efc5e2227877b79ddc55759e31c.tar.gz
edwinmattiacci.com-d046a5814bf58efc5e2227877b79ddc55759e31c.tar.bz2
edwinmattiacci.com-d046a5814bf58efc5e2227877b79ddc55759e31c.zip
bootstrap/Functions: Rename title function
Let error headers use bootstrap directly
Diffstat (limited to 'views')
-rw-r--r--views/partials/header.error.php2
-rw-r--r--views/partials/header.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/views/partials/header.error.php b/views/partials/header.error.php
index 8564937..82b1597 100644
--- a/views/partials/header.error.php
+++ b/views/partials/header.error.php
@@ -1,3 +1,3 @@
-<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/bootstrap/Functions.php'; ?>
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/bootstrap/Bootstrap.php'; ?>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/header.php'; ?>
diff --git a/views/partials/header.php b/views/partials/header.php
index 790cbe5..87761cf 100644
--- a/views/partials/header.php
+++ b/views/partials/header.php
@@ -9,7 +9,7 @@
<meta charset="utf-8">
- <title>Edwin Mattiacci - <?php webTitle();?></title>
+ <title>Edwin Mattiacci - <?php title();?></title>
<meta name="author" content="Edwin Mattiacci">
<meta name="description" content="Edwin Mattiacci Voiceover. Narration, Trailers, Commercials, and More.">
@@ -24,6 +24,6 @@
</head>
- <body id="main">
+ <body>
<?php require 'navigator.php'; ?>