<?php /** * The template for displaying the footer. * * Contains the closing of the id=main div and all content after * * @package p2-breathe */ ?> </div><!-- #main --> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="site-info"> <?php do_action( 'breathe_credits' ); ?> <a href="http://wordpress.org/" rel="generator"><?php printf( __( 'Proudly powered by %s', 'p2-breathe' ), 'WordPress' ); ?></a> <span class="sep"> | </span> <?php printf( __( 'Theme: %1$s by %2$s.', 'p2-breathe' ), 'P2', '<a href="http://geto2.com/" rel="designer">WordPress.com</a>' ); ?> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>