aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.php
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-03-15 00:36:47 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-03-15 00:36:47 +0000
commitf3f944d4935329488942193b661729c01cb3ab42 (patch)
treec08e9907b3bad403a5039dcaddc4632b2132f45b /web/index.php
parentb7329b5d163d10c7daba4770cbd0f280ddda1371 (diff)
downloadioquake3-aero-f3f944d4935329488942193b661729c01cb3ab42.tar.gz
ioquake3-aero-f3f944d4935329488942193b661729c01cb3ab42.zip
Random changes, including a fairly significant css/layout change.
git-svn-id: svn://svn.icculus.org/quake3/trunk@644 edf5b092-35ff-0310-97b2-ce42778d08ea
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>