From f5e972c030675f46cda543e13da1b787457e070b Mon Sep 17 00:00:00 2001 From: cflip <36554078+cflip@users.noreply.github.com> Date: Wed, 23 Jun 2021 15:21:12 -0600 Subject: Add the rest of the changes --- includes/templates/404.php | 28 ++++++++++++++-------------- includes/templates/header.php | 41 +++++++++++++++++++++-------------------- 2 files changed, 35 insertions(+), 34 deletions(-) mode change 100644 => 100755 includes/templates/404.php mode change 100644 => 100755 includes/templates/header.php (limited to 'includes/templates') diff --git a/includes/templates/404.php b/includes/templates/404.php old mode 100644 new mode 100755 index 74db2d6..8815b91 --- a/includes/templates/404.php +++ b/includes/templates/404.php @@ -1,14 +1,14 @@ - - -
-The page you requested does not exist.
- - + + + +The page you requested does not exist.
+ + diff --git a/includes/templates/header.php b/includes/templates/header.php old mode 100644 new mode 100755 index f1c2c94..45ec7e6 --- a/includes/templates/header.php +++ b/includes/templates/header.php @@ -1,20 +1,21 @@ --[Home] -[Create a thread] - - is_signed_in()) { - $user = Session::get()->get_current_user(); - echo '[' . $user->name . '\'s Profile] [Log out]'; - } else { - echo '[Sign in] or [Register an account]'; - } - ?> - -
-+[Home] +[Create a thread] + + is_signed_in()) { + $user = Session::get()->get_current_user(); + echo '[' . $user->name . '\'s Profile] [Log out]'; + } else { + echo '[Sign in] or [Register an account]'; + } + ?> + +
+