Advertisement
pcwriter

footer.php

Mar 23rd, 2011
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. </div> <!-- #container -->
  2.  
  3. <?php do_action( 'bp_after_container' ) ?>
  4. <?php do_action( 'bp_before_footer' ) ?>
  5.  
  6. <div id="footer">
  7.  
  8. <text="#00000"> <link="#00000> <b><p><a href="mailto:admin@fitness-social.com">Admin</a> | <a href="mailto:advertise@fitness-social.com">Advertise</a> | <a href="mailto:support@fitness-social.com">Support</a> | <a href="http://fitness-social.com/terms-of-service/">Terms Of Service</a></p></b>
  9.  
  10. <p><script type="text/javascript"><!--
  11. google_ad_client = "pub-3122557828343275";
  12. /* 468x60, created 3/20/11 */
  13. google_ad_slot = "9804938303";
  14. google_ad_width = 468;
  15. google_ad_height = 60;
  16. //-->
  17. </script>
  18. <script type="text/javascript"
  19. src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  20. </script></p>
  21.  
  22. <?php do_action( 'bp_footer' ) ?>
  23.  
  24. </div><!-- #footer -->
  25.  
  26. <?php do_action( 'bp_after_footer' ) ?>
  27.  
  28. <?php wp_footer(); ?>
  29.  
  30. </body>
  31.  
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement