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 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) (limited to 'html/includes/header.php') 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 '

'; -- cgit