foxdenvixen

index.php

Jun 25th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <?php get_header(); ?><!--call header-->
  2. <div id="contentWrapper">
  3. <div id="content">
  4. <h2>Recent Posts</h2>
  5. <!-- #content, #contentWrapper --></div></div>
  6. <!--call sidebar_left.php-->
  7. <?php include(TEMPLATEPATH."/sidebar_left.php");?>
  8. <!--call sidebar_right.php-->
  9. <?php include(TEMPLATEPATH."/sidebar_right.php");?>
  10. <?php get_footer(); ?>
Add Comment
Please, Sign In to add comment