root/afridex/theme/static.php @ 20

Revision 18, 275 bytes (checked in by admin, 18 years ago)
Line 
1<?php
2/*
3Template Name: Afridex
4
5*/
6?>
7<?php get_header(); ?>
8<div id="midspace">
9<div id="mid">
10<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
11<div id="about">
12<p>
13<?php the_content(); ?>
14<?php endwhile; else: ?>
15</p>
16<?php endif; ?>
17</div></div></div>
Note: See TracBrowser for help on using the browser.