aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/index.php')
-rw-r--r--web/index.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/web/index.php b/web/index.php
index c36cd24..c11606b 100644
--- a/web/index.php
+++ b/web/index.php
@@ -18,8 +18,9 @@ ob_start();
<link rel="icon" type="image/png" href="images/icon.png"/>
</head>
<body>
- <h1>icculus.org/quake3</h1>
- <ul id="navigation">
+ <div id="header">
+ <h1>icculus.org/quake3</h1>
+ <ul id="navigation">
<?php
foreach ($navlist as $file => $alias) {
echo "<li>";
@@ -30,6 +31,7 @@ foreach ($navlist as $file => $alias) {
?>
<li><a href="http://svn.icculus.org/quake3/trunk">Subversion Web</a></li>
</ul>
+ </div>
<div id="content">
<?php include_safe("$page.php"); ?>
</div>