From 39f4d2134f332d3d6577f8cf5b3f4b9d4f665c41 Mon Sep 17 00:00:00 2001 From: cflip <36554078+cflip@users.noreply.github.com> Date: Tue, 10 Aug 2021 16:42:07 -0600 Subject: Change URLs to relative paths --- includes/templates/head.php | 4 ++-- includes/templates/header.php | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'includes/templates') diff --git a/includes/templates/head.php b/includes/templates/head.php index 07b6e80..d7c5758 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 8187cb8..c70821a 100755 --- a/includes/templates/header.php +++ b/includes/templates/header.php @@ -1,8 +1,8 @@

cflip.net forum

-[Home] -[Create a thread] +[Home] +[Create a thread] 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