Index: /afridex/theme/index.php
===================================================================
--- /afridex/theme/index.php (revision 9)
+++ /afridex/theme/index.php (revision 9)
@@ -0,0 +1,39 @@
+<?php get_header(); ?>
+<div id="midspace">
+<div id="mid">
+<p><strong>Afridex</strong> is a business information <strong>aggregator</strong> and professional <strong>database</strong>. It pulls data from across the web about African start-ups, established companies and foreign groups 
+operating in the continent.  Afridex is still in closed beta but if you'd like to see your company listed immediately email <a href="mailto:j.gosier@appfrica.org">j.gosier@appfrica.org</a>...
+</p>
+</div></div>
+<div id="site">
+<div id="container">
+<div id="content">
+<div id="content2">
+	<h2>Latest Additions to Afridex</h2>
+	
+	<?php $alt = ""; ?>
+	<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
+	<?php if ($alt == "") { $alt = " alt"; } else { $alt = ""; } ?>
+	
+	<div class="contact">
+		<span class="m-name">
+			<a href="<?php the_permalink(); ?>">
+				<img class="contact-picture" src="
+				<?php $wpcm_image_path = get_post_meta($post->ID, "Image", true); 
+					if ($wpcm_image_path == '') { echo '/images/contact-default.png'; } 
+						else { echo get_post_meta($post->ID, "Image", true); } ?>" 
+						alt="<?php echo get_post_meta($post->ID, "Company", true); ?>" style="width:30px;" /></a>
+		</span>
+		<span class="m-name"><a href="<?php the_permalink(); ?>"><?php echo get_post_meta($post->ID, "Company", true); ?></a></span>
+		<span class="m-mobile"><a href="<?php the_permalink(); ?>"><?php echo get_post_meta($post->ID, "Website1", true); ?></a></span>
+	</div>
+	
+	<?php endwhile; else: ?>
+	<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
+	<?php endif; ?>
+	
+</div></div>
+<?php include('indexright_bar.php') ?>
+<?php get_sidebar(); ?>
+</div>
+<?php get_footer() ?>
Index: /ridex/index.php
===================================================================
--- /afridex/index.php (revision 1)
+++  (revision )
@@ -1,39 +1,0 @@
-<?php get_header(); ?>
-<div id="midspace">
-<div id="mid">
-<p><strong>Afridex</strong> is a business information <strong>aggregator</strong> and professional <strong>database</strong>. It pulls data from across the web about African start-ups, established companies and foreign groups 
-operating in the continent.  Afridex is still in closed beta but if you'd like to see your company listed immediately email <a href="mailto:j.gosier@appfrica.org">j.gosier@appfrica.org</a>...
-</p>
-</div></div>
-<div id="site">
-<div id="container">
-<div id="content">
-<div id="content2">
-	<h2>Latest Additions to Afridex</h2>
-	
-	<?php $alt = ""; ?>
-	<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
-	<?php if ($alt == "") { $alt = " alt"; } else { $alt = ""; } ?>
-	
-	<div class="contact">
-		<span class="m-name">
-			<a href="<?php the_permalink(); ?>">
-				<img class="contact-picture" src="
-				<?php $wpcm_image_path = get_post_meta($post->ID, "Image", true); 
-					if ($wpcm_image_path == '') { echo '/images/contact-default.png'; } 
-						else { echo get_post_meta($post->ID, "Image", true); } ?>" 
-						alt="<?php echo get_post_meta($post->ID, "Company", true); ?>" style="width:30px;" /></a>
-		</span>
-		<span class="m-name"><a href="<?php the_permalink(); ?>"><?php echo get_post_meta($post->ID, "Company", true); ?></a></span>
-		<span class="m-mobile"><a href="<?php the_permalink(); ?>"><?php echo get_post_meta($post->ID, "Website1", true); ?></a></span>
-	</div>
-	
-	<?php endwhile; else: ?>
-	<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
-	<?php endif; ?>
-	
-</div></div>
-<?php include('indexright_bar.php') ?>
-<?php get_sidebar(); ?>
-</div>
-<?php get_footer() ?>
