Advertisement
Guest User

Untitled

a guest
Feb 15th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4.  
  5. * Footer.php
  6.  
  7. *
  8.  
  9. * @package WordPress
  10.  
  11. * @subpackage WP_Framework
  12.  
  13. */
  14.  
  15. ?>
  16.  
  17.  
  18. <!--END #content-->
  19.  
  20.  
  21. <div class="clear"></div>
  22.  
  23. <!--END #container-->
  24.  
  25. </div>
  26.  
  27. </div>
  28.  
  29.  
  30.  
  31. <!--BEGIN #footer-->
  32.  
  33. <div id="footer">
  34. <div class="footer2">
  35. <div id="footernav">
  36. <a href="http://livethin.com/">Home</a> | <a href="http://livethin.com/about-sylvia-goldman/">About Sylvia</a> | <a href="http://livethin.com/what-will-you-learn/">What Will You Learn</a> | <a href="http://livethin.com/diets-are-for-dummies/">Diets Are For Dummies</a> | <a href="http://livethin.com/on-going-support/">On-Going Support</a> | <a href="http://livethin.com/endorsements/">Endorsements</a> | <a href="http://livethin.com/free-preview-of-program-sign-up/">Free Preview</a> | <a href="http://livethin.com/seminars/">Seminars</a> | <a href="http://livethin.com/contact-us/">Contact Us</a> </div>
  37. <div id="footercopy">
  38. Copyright 2012 Living Thin & Stress Free<br>
  39. Site By <a href="http://supleedesign.com">Suplee Design</a>
  40. </div>
  41. <div id="footerlogo">
  42. <img src="<?php bloginfo('template_directory') ?>/images/footerlogo.png">
  43. </div>
  44. </div>
  45. </div>
  46.  
  47.  
  48.  
  49.  
  50.  
  51. <!--END body-->
  52.  
  53.  
  54.  
  55. <?php wp_footer(); ?>
  56.  
  57.  
  58.  
  59. </body>
  60.  
  61.  
  62.  
  63. <!--END html(kthxbye)-->
  64.  
  65.  
  66. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement