Guest User

Untitled

a guest
Jun 13th, 2012
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Dynamic footer integretion
  2. <?php
  3. //Write your custom footer here
  4. ?>
  5.  
  6. <?php
  7.  
  8. //All contents of Home page
  9.  
  10. include('footer.php');
  11.  
  12. ?>
  13.  
  14. <?php include('path/to/footer.php'); ?>
  15.  
  16. <?php include('footer.php'); ?>
Advertisement
Add Comment
Please, Sign In to add comment