summaryrefslogtreecommitdiff
path: root/html/includes/header.php
diff options
context:
space:
mode:
authorMatthijs Kuiper <info@matthijskuiper.nl>2018-01-10 20:08:33 +0100
committerMatthijs Kuiper <info@matthijskuiper.nl>2018-01-10 20:08:33 +0100
commit861e3230f0154e6a5942698adedf18d5eb0e0b8a (patch)
tree904f4efa242804c12f6989bd825b93534ef0a599 /html/includes/header.php
parentfdd379c949056fb3a2198039e452f6aae600ef35 (diff)
Move imaegs to assets folder
Diffstat (limited to 'html/includes/header.php')
-rwxr-xr-xhtml/includes/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/includes/header.php b/html/includes/header.php
index 92e0dd1..1759a8b 100755
--- a/html/includes/header.php
+++ b/html/includes/header.php
@@ -33,7 +33,7 @@ echo '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<head>
<title>Unreal Tournament Stats - Powered by UTStats</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
- <link rel="icon" href="images/favicon.ico" type="image/ico">
+ <link rel="icon" href="assets/images/favicon.ico" type="image/ico">
<link rel="stylesheet" href="assets/lib/tooltipster/tooltipster.css">
<link rel="stylesheet" href="assets/style.css">