Advertisement
Guest User

Untitled

a guest
Jun 6th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  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. </div><!-- #main .wrapper -->
  13. <footer id="colophon" role="contentinfo">
  14.  
  15. <p>Copyright &copy; 2014 &middot; All Rights Reserved &middot; <a href="http://travelmolecule.com" >travelmolecule.com</a></p>
  16.  
  17. </footer><!-- #colophon -->
  18. </div><!-- #page -->
  19.  
  20. <?php wp_footer(); ?>
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement