summaryrefslogtreecommitdiff
path: root/html/includes/header.php
diff options
context:
space:
mode:
authorMatthijs Kuiper <info@matthijskuiper.nl>2018-01-10 00:58:56 +0100
committerMatthijs Kuiper <info@matthijskuiper.nl>2018-01-10 00:58:56 +0100
commit277232a9cad87dc2c7074bf72dc206f712aea9a7 (patch)
treec653368f02de28e852af2fbd7bb9228a507bd6f1 /html/includes/header.php
parented42a07a54b9493266702f6c50363d7919fb9f8a (diff)
Logo and centered navbar
Diffstat (limited to 'html/includes/header.php')
-rwxr-xr-xhtml/includes/header.php21
1 files changed, 3 insertions, 18 deletions
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'
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+echo '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Unreal Tournament Stats - Powered by UTStats</title>
@@ -54,22 +53,8 @@ echo'
<script type="text/javascript" src="assets/lib/tooltipster/jquery.tooltipster.min.js"></script>
<script type="text/javascript" src="assets/main.js"></script>
</head>
-<body>
-
-<table border="0" cellpadding="0" cellspacing="0">
-<tbody>
-<tr>
-';
+<body>';
include("includes/navbar.php");
-echo'
-<table class="spacing" align="center" border="0" cellpadding="0" cellspacing="0">
- <tbody><tr>
- <td align="center" width="900">
- </td>
- </tr>
-</tbody></table>
-<center>
-<br>
-';
+echo '<center><br>';