proper header
authorMatt Lee <mattl@gnu.org>
Wed, 8 Sep 2010 15:01:33 +0000 (15:01 +0000)
committerMatt Lee <mattl@gnu.org>
Wed, 8 Sep 2010 15:01:33 +0000 (15:01 +0000)
index.php

index 80365ef73a89f2c9d3078cfda9b076fc185efd26..33acef504927651f0cfcdb3a216018da4d398431 100644 (file)
--- a/index.php
+++ b/index.php
@@ -49,13 +49,18 @@ if ($p=='n') { $f="news.php"; echo "tab-news"; } elseif ($p=='') { $f="join.php"
    </div>
 
 <div id="doc2" class="yui-t7">
-       <div id="bd" role="main">
 
-       <div class="yui-g" id="content">
+      <div id="hd">
+
+       <h1><a href="/"><img src="/images/1/1a/LP2010banner.png" alt="LibrePlanet" /></h1>
+
+              <p>Acting locally for global free software adoption.</p>
 
-<p><img src="big-logo.png" alt="LibrePlanet"></p>
+       </div>
 
-       <p>Acting locally for global free software adoption.</p>
+       <div id="bd" role="main">
+
+       <div class="yui-g" id="content">
 
      <?php require($f); ?>