Advertisement
oxguy3

Untitled

Oct 31st, 2011
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <?php
  2. $pagetitle="Derp"; //this will appear in the page title, i.e. the <title>
  3. $current_navbar="aboutus"; //this specifies which of the navbar options (if any) should be highlighted
  4. include('header.php');
  5. ?>
  6. <?php $boxtitle='Title'; include('cboxtop.php'); ?>
  7. <p>dummy text</p>
  8. <?php include('cboxbtm.php'); ?>
  9.  
  10.  
  11. <?php include('footer.php'); ?>
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement