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/404.php | 4 ++-- includes/templates/head.php | 4 ++-- includes/templates/header.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'includes/templates') diff --git a/includes/templates/404.php b/includes/templates/404.php index 8815b91..db1171d 100755 --- a/includes/templates/404.php +++ b/includes/templates/404.php @@ -1,8 +1,8 @@ - + cflip.net forum - + diff --git a/includes/templates/head.php b/includes/templates/head.php index d7c5758..07b6e80 100755 --- a/includes/templates/head.php +++ b/includes/templates/head.php @@ -1,4 +1,4 @@ - - + + \ No newline at end of file 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