Advertisement
Guest User

footer.php

a guest
Feb 24th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1.  
  2.  
  3. </div>
  4. <div id="footer" class="group">
  5. <div id ="footercontent" style="height:278px;">
  6. <div id ="footermenus">
  7. <div id="footermenuscontent">
  8. <?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('Footer Widgets') ) : ?>
  9. <?php endif;?>
  10. </div>
  11. </div>
  12. <div id="copyright"><div id="cp"><p style="float: left; line-height: 6px;">MIAMI COMMUNITY CHARTER SCHOOL COPYRIGHT 2011-2012</p> <p style="float: right; line-height: 6px;">DESIGNED BY: LIONS CLUB/ WEBSITE BY <a href="http://freelanceu.net" target="_blank">FREELANCEU</a></p></div>
  13.  
  14. </div>
  15. </div>
  16.  
  17. </div>
  18. <?php wp_footer(); ?>
  19.  
  20. <!-- Don't forget analytics -->
  21.  
  22. </body>
  23.  
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement