From 2345070d796bad4925b38d6e9da188ffda23c6ee Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Sat, 29 Jun 2019 13:57:45 -0400 Subject: bootstrap/Functions: Syntax adjustments --- bootstrap/Functions.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap/Functions.php b/bootstrap/Functions.php index 9bd0e82..cf2f6a2 100644 --- a/bootstrap/Functions.php +++ b/bootstrap/Functions.php @@ -41,18 +41,18 @@ function sendMail($name, $email, $message) function title() { switch ($_SERVER['REQUEST_URI']) { - case '/feedback/': - $uri = $_SERVER['REQUEST_URI']; - echo $titleHeader = 'Feedback'; - break; - - case '/contact/': - $uri = $_SERVER['REQUEST_URI']; - echo $titleHeader = 'Contact'; - break; - - default: - $uri = '/'; - echo $titleHeader = 'Voiceover'; + case '/feedback/': + $uri = $_SERVER['REQUEST_URI']; + echo $titleHeader = 'Feedback'; + break; + + case '/contact/': + $uri = $_SERVER['REQUEST_URI']; + echo $titleHeader = 'Contact'; + break; + + default: + $uri = '/'; + echo $titleHeader = 'Voiceover'; } } -- cgit v1.2.3