aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
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 /bootstrap
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 'bootstrap')
-rw-r--r--bootstrap/Functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/Functions.php b/bootstrap/Functions.php
index 2308f9b..b4f0ac0 100644
--- a/bootstrap/Functions.php
+++ b/bootstrap/Functions.php
@@ -38,7 +38,7 @@ function sendMail($name, $email, $message)
}
}
-function webTitle()
+function title()
{
switch ($_SERVER['REQUEST_URI']) {
case '/feedback/':