<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after * * @package pyramidengarten */ ?> </div><!-- #content --> <div class="footer-header"> </div> <footer id="colophon" class="site-footer" role="contentinfo"> <div id="footer-content"> <?php dynamic_sidebar( 'sidebar-4' ); ?> <div class="site-info"> <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'pyramidengarten' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'pyramidengarten' ), 'WordPress' ); ?></a> <span class="sep"> | </span> <?php printf( __( 'Theme: %1$s by %2$s.', 'pyramidengarten' ), 'pyramidengarten', '<a href="http://underscores.me/" rel="designer">Underscores.me</a>' ); ?> </div><!-- .site-info --> </div> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>