0byt3m1n1
Path:
/
var
/
lib
/
vz
/
www
/
clients
/
client6
/
web11
/
web
/
wp-content
/
themes
/
boardwalk
/
[
Home
]
File: footer.php
<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after * * @package Boardwalk */ ?> </div><!-- #content --> <footer id="colophon" class="site-footer" role="contentinfo"> <?php if ( has_nav_menu( 'social' ) ) : ?> <nav class="social-navigation" role="navigation"> <?php wp_nav_menu( array( 'theme_location' => 'social', 'container_class' => 'menu-social', 'menu_class' => 'clear', 'link_before' => '<span class="screen-reader-text">', 'link_after' => '</span>', 'depth' => 1, ) ); ?> </nav><!-- .social-navigation --> <?php endif; ?> <div class="site-info"> <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'boardwalk' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'boardwalk' ), 'WordPress' ); ?></a> <span class="sep"> | </span> <?php printf( __( 'Theme: %1$s by %2$s.', 'boardwalk' ), 'Boardwalk', '<a href="http://wordpress.com/themes/boardwalk/" rel="designer">WordPress.com</a>' ); ?> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>