Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2014
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. /**
  3. * The template for displaying the footer
  4. *
  5. * Contains footer content and the closing of the #main and #page div elements.
  6. *
  7. * @package WordPress
  8. * @subpackage Twenty_Twelve
  9. * @since Twenty Twelve 1.0
  10. */
  11. ?>
  12. <?php
  13. require_once(dirname(__FILE__).'/../../../../config/config.inc.php');
  14. require_once(dirname(__FILE__).'/../../../../footer.php');
  15. ?>
  16.  
  17.  
  18.  
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement