From 3c5828b1a787bffa6e886a4952741e4bcaeb43b9 Mon Sep 17 00:00:00 2001 From: cflip <36554078+cflip@users.noreply.github.com> Date: Tue, 20 Jul 2021 12:29:11 -0600 Subject: A bit of code cleanup --- includes/templates/header.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/templates/header.php') diff --git a/includes/templates/header.php b/includes/templates/header.php index 45ec7e6..8187cb8 100755 --- a/includes/templates/header.php +++ b/includes/templates/header.php @@ -10,9 +10,9 @@ if (Session::get()->is_signed_in()) { $user = Session::get()->get_current_user(); - echo '[' . $user->name . '\'s Profile] [Log out]'; + echo '[' . $user->name . '\'s Profile] [Log out]'; } else { - echo '[Sign in] or [Register an account]'; + echo '[Sign in] or [Register an account]'; } ?> -- cgit v1.2.3