Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $pagetitle="Derp"; //this will appear in the page title, i.e. the <title>
- $current_navbar="aboutus"; //this specifies which of the navbar options (if any) should be highlighted
- include('header.php');
- ?>
- <?php $boxtitle='Title'; include('cboxtop.php'); ?>
- <p>dummy text</p>
- <?php include('cboxbtm.php'); ?>
- <?php include('footer.php'); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement