File: //home/dorsetandsomersetairambulance.org.uk/public_html/wp-content/themes/dw-focus/footer.php
<?php
/**
* The template for displaying the footer
*
* @package DW Focus
* @since DW Focus 1.2.1
*/
?>
</div>
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="container">
<?php
dw_focus_footer_navigation();
get_sidebar( 'footer' );
?>
<div class="row">
<div class="site-info col-md-6">
<?php printf( __( 'Copyright © %1$s by %2$s.', 'dw-focus' ), esc_attr( date( 'Y' ) ), '<a href="' . esc_url( home_url() ) . '">' . esc_html( get_bloginfo( 'name' ) ). '</a>' ); ?>
<?php printf( __( 'Theme: %1$s by %2$s.', 'dw-focus' ), '<a href="http://designbank.org.uk/services.html">Design Bank</a>', '<a href="http://designbank.org.uk/services.html">Design Bank</a>' ); ?><br>
<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'dw-focus' ) ); ?>">
</div>
<?php $footer_logo = dw_focus_get_theme_option( 'dw_small_logo_image' ); ?>
<?php if ( $footer_logo && $footer_logo['url'] ) : ?>
<div class="site-footer-logo col-md-6 text-right">
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><img src="<?php echo esc_url( $footer_logo['url'] ); ?>" title="<?php bloginfo( 'name' ); ?>"></a>
</div>
<?php endif; ?>
</div>
</div>
</footer>
</div>
<?php wp_footer(); ?>
</body>
</html>