From 277232a9cad87dc2c7074bf72dc206f712aea9a7 Mon Sep 17 00:00:00 2001 From: Matthijs Kuiper Date: Wed, 10 Jan 2018 00:58:56 +0100 Subject: Logo and centered navbar --- html/includes/header.php | 21 +++------------------ html/includes/navbar.php | 16 ++++++++-------- 2 files changed, 11 insertions(+), 26 deletions(-) (limited to 'html/includes') diff --git a/html/includes/header.php b/html/includes/header.php index 4f5f82c..92e0dd1 100755 --- a/html/includes/header.php +++ b/html/includes/header.php @@ -28,8 +28,7 @@ if (isset($_COOKIE['uts_lastvisit'])) { } setcookie('uts_lastvisit', time(), time()+60*60*24*30*365); -echo' - +echo ' Unreal Tournament Stats - Powered by UTStats @@ -54,22 +53,8 @@ echo' - - - - - -'; +'; include("includes/navbar.php"); -echo' -
- - - -
-
-
-
-'; +echo '

'; diff --git a/html/includes/navbar.php b/html/includes/navbar.php index 41b3055..0e25a53 100755 --- a/html/includes/navbar.php +++ b/html/includes/navbar.php @@ -1,21 +1,21 @@ -