Index: /afridex/theme/header.php
===================================================================
--- /afridex/theme/header.php (revision 7)
+++ /afridex/theme/header.php (revision 7)
@@ -0,0 +1,50 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
+<head profile="http://gmpg.org/xfn/11"><meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
+<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Archive <?php } ?> <?php wp_title(); ?></title>
+<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
+<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
+<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
+<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
+<script type="text/javascript" src="<?php { print bloginfo('template_directory') . '/js/jquery-1.2.6.js'; } ?>">"></script>
+<script type="text/javascript" src="<?php { print bloginfo('template_directory') . '/js/rounded_corners.js'; } ?>"></script>
+<script type="text/javaScript">
+  window.onload = function()
+  {
+    settings = {
+      tl: { radius: 20 },
+      tr: { radius: 20 },
+      bl: { radius: 20 },
+      br: { radius: 20 },
+      antiAlias: true,
+      autoPad: false
+    }
+
+    var divObj = document.getElementById("contenta");
+    var cornersObj = new curvyCorners(settings, divObj);
+    cornersObj.applyCornersToAll();
+  }
+</script> 
+<?php wp_head(); ?>
+</head>
+<body>
+
+<div id="admin-bar">
+		<div id="lead-link">
+		<ul>
+		<li><a href="<?php bloginfo('url') ?>"><?php bloginfo('name') ?> Home</a></li>
+		<li><a href="<?php echo get_option('siteurl'); ?>/?page_id=2" >About</a></li>
+		<!-- <li><a href="<?php echo get_option('siteurl'); ?>/?page_id=2#products" >Other Products</a></li> -->
+		<li><a href="http://appfrica.mountbattenhosting.net/index.php/Afridex" >Development Wiki</a></li>
+		</ul>
+		</div>
+		
+		<div id="log-link"><ul>
+		<li><a id= href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="Log out of this account">Logout &raquo;</a></li>
+		<li><a href="#">Get Listed</a></li>
+		<li><?php edit_post_link('Edit Entry', '', ''); ?></li>
+		<li><?php include (TEMPLATEPATH . '/searchform.php'); ?></li>
+		</ul></div>
+		<span class="clearer"></span>
+</div>
Index: /ridex/header.php
===================================================================
--- /afridex/header.php (revision 1)
+++  (revision )
@@ -1,50 +1,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
-<head profile="http://gmpg.org/xfn/11"><meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
-<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Archive <?php } ?> <?php wp_title(); ?></title>
-<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
-<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
-<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
-<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
-<script type="text/javascript" src="<?php { print bloginfo('template_directory') . '/js/jquery-1.2.6.js'; } ?>">"></script>
-<script type="text/javascript" src="<?php { print bloginfo('template_directory') . '/js/rounded_corners.js'; } ?>"></script>
-<script type="text/javaScript">
-  window.onload = function()
-  {
-    settings = {
-      tl: { radius: 20 },
-      tr: { radius: 20 },
-      bl: { radius: 20 },
-      br: { radius: 20 },
-      antiAlias: true,
-      autoPad: false
-    }
-
-    var divObj = document.getElementById("contenta");
-    var cornersObj = new curvyCorners(settings, divObj);
-    cornersObj.applyCornersToAll();
-  }
-</script> 
-<?php wp_head(); ?>
-</head>
-<body>
-
-<div id="admin-bar">
-		<div id="lead-link">
-		<ul>
-		<li><a href="<?php bloginfo('url') ?>"><?php bloginfo('name') ?> Home</a></li>
-		<li><a href="<?php echo get_option('siteurl'); ?>/?page_id=2" >About</a></li>
-		<!-- <li><a href="<?php echo get_option('siteurl'); ?>/?page_id=2#products" >Other Products</a></li> -->
-		<li><a href="http://appfrica.mountbattenhosting.net/index.php/Afridex" >Development Wiki</a></li>
-		</ul>
-		</div>
-		
-		<div id="log-link"><ul>
-		<li><a id= href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="Log out of this account">Logout &raquo;</a></li>
-		<li><a href="#">Get Listed</a></li>
-		<li><?php edit_post_link('Edit Entry', '', ''); ?></li>
-		<li><?php include (TEMPLATEPATH . '/searchform.php'); ?></li>
-		</ul></div>
-		<span class="clearer"></span>
-</div>
