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/header.php | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) mode change 100644 => 100755 includes/templates/header.php (limited to 'includes/templates/header.php') 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 @@ -
-

cflip.net forumbeta

-

-[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]'; - } - ?> - -

-
+
+

cflip.net forum

+

+[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]'; + } + ?> + +

+
+
\ No newline at end of file -- cgit v1.2.3