Advertisement
Guest User

custom_body.php

a guest
May 21st, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <?php require('wp-blog-header.php');?>
  2. <!-- INCLUDE overall_header.html -->
  3.  
  4. <h2>Title Here</h2>
  5.  
  6. <div class="panel">
  7. <div class="inner"><span class="corners-top"><span></span></span>
  8.  
  9. <div class="content">
  10. <p>
  11. Content in here.
  12. </p>
  13. </div>
  14.  
  15. <span class="corners-bottom"><span></span></span></div>
  16. </div>
  17.  
  18. <!-- INCLUDE jumpbox.html -->
  19. <!-- INCLUDE overall_footer.html -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement