From d046a5814bf58efc5e2227877b79ddc55759e31c Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Mon, 21 Jan 2019 07:08:26 -0500 Subject: bootstrap/Functions: Rename title function Let error headers use bootstrap directly --- bootstrap/Functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') 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/': -- cgit v1.2.3