aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
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'; ?>