Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 13th, 2012  |  syntax: None  |  size: 0.21 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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'); ?>