-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_header.php
More file actions
27 lines (27 loc) · 1.23 KB
/
Copy path_header.php
File metadata and controls
27 lines (27 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php
include '../static/_cookieconsent.html';
?>
<div id="header">
<a href="/">
<?php
if (rand(0, 500) <= 23) {
echo '<img src="/static/top_rainbow.png" alt="Surprise! An alternative, glorious Quaddicted.com Logo, for the openness and diversity in the Quake scene" id="logo" /></a>';
} else {
echo '<img src="/static/top.png" alt="Quaddicted.com Logo" id="logo" width="748" height="115" /></a>';
}
?>
<div id="quakeinjector">
<img src="/static/injector64.png" alt="Small Quake Injector Logo" width="60" height="62" />
Easily install and launch Quake maps with the cross-platform <a href="/tools/quake_injector">Quake Injector</a>
</div>
<br />
<br />
<span id="navlinks">
<a href="/">Frontpage</a>
<a href="/forum/viewforum.php?id=5">News</a>
<a href="/reviews/">Maps</a>
<a href="/start?do=index">Wiki</a>
<a href="/forum/">Forum</a>
<a href="/help">Help</a>
</span>
</div>