footer.php 714 B

1234567891011121314151617181920212223242526
  1. <?php
  2. /**
  3. * The template for displaying the footer.
  4. *
  5. * Contains the closing of the #content div and all content after
  6. *
  7. * @package bml
  8. */
  9. ?>
  10. </div><!-- #content -->
  11. <footer id="colophon" class="site-footer" role="contentinfo">
  12. <div class="site-info">
  13. <?php do_action( 'bml_credits' ); ?>
  14. <a href="http://wordpress.org/" rel="generator"><?php printf( __( 'Proudly powered by %s', 'bml' ), 'WordPress' ); ?></a>
  15. <span class="sep"> | </span>
  16. <?php printf( __( 'Theme: %1$s by %2$s.', 'bml' ), 'bml', '<a href="http://underscores.me/" rel="designer">Underscores.me</a>' ); ?>
  17. </div><!-- .site-info -->
  18. </footer><!-- #colophon -->
  19. </div><!-- #page -->
  20. <?php wp_footer(); ?>
  21. </body>
  22. </html>