Index: afridex/theme/static.php
===================================================================
--- afridex/theme/static.php (revision 18)
+++ afridex/theme/static.php (revision 18)
@@ -0,0 +1,17 @@
+<?php
+/*
+Template Name: Afridex
+
+*/
+?>
+<?php get_header(); ?>
+<div id="midspace">
+<div id="mid">
+<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
+<div id="about">
+<p>
+<?php the_content(); ?>
+<?php endwhile; else: ?>
+</p>
+<?php endif; ?>
+</div></div></div>
Index: afridex/static.php
===================================================================
--- afridex/static.php (revision 1)
+++  (revision )
@@ -1,17 +1,0 @@
-<?php
-/*
-Template Name: Afridex
-
-*/
-?>
-<?php get_header(); ?>
-<div id="midspace">
-<div id="mid">
-<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
-<div id="about">
-<p>
-<?php the_content(); ?>
-<?php endwhile; else: ?>
-</p>
-<?php endif; ?>
-</div></div></div>
