File: //old_home_backup/busesatwork.co.uk/public_html/wp-content/themes/sydney/footer.php
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package Sydney
*/
?>
</div>
</div>
</div><!-- #content -->
<?php if ( is_active_sidebar( 'footer-1' ) ) : ?>
<?php get_sidebar('footer'); ?>
<?php endif; ?>
<a class="go-top"><i class="fa fa-angle-up"></i></a>
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info container">
<a target="_blank" href="<?php echo esc_url( __( 'http://benedict.co.uk/seoconsultant', 'sydney' ) ); ?>"><?php printf( __( 'Published and populated by Benedict', 'sydney' ), 'WordPress' ); ?></a>
<span class="sep"> | </span>
<a href="<?php echo esc_url( __( '/contact-us', 'sydney' ) ); ?>"><?php printf( __( 'Primrose Street Shoreditch London, EC2A | 07949 185 514', 'sydney' ), 'WordPress' ); ?></a>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>