Advertisement
Guest User

index.php

a guest
Feb 22nd, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. <?php set_include_path($_SERVER['DOCUMENT_ROOT']); ?>
  2. <?php include_once ("/admin/config.php"); ?>
  3.  
  4. <?php include_once ($header); ?>
  5.  
  6. <?php include_once ($body); ?>
  7.  
  8. <?php include_once ($article); ?>
  9.  
  10. <?php include_once ($aside); ?>
  11.  
  12. <?php include_once ($footer); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement