wordpress/php-fpm/wordpress_files/themes/sd-bushwick/footer.php

22 lines
730 B
PHP
Raw Normal View History

2020-05-22 03:40:23 +02:00
<?php
/**
* The template for displaying the footer.
*
* @package Bushwick
*/
?>
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info">
<?php do_action( 'bushwick_credits' ); ?>
<p>
<a href="http://wordpress.org/" title="<?php esc_attr_e( 'A Semantic Personal Publishing Platform', 'bushwick' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s.', 'bushwick' ), 'WordPress' ); ?></a>
<?php printf( __( 'Theme: %1$s by %2$s.&nbsp;&nbsp;Adapted for sd by pebles.', 'bushwick' ), 'Bushwick', '<a href="http://molovo.co.uk" rel="designer">James Dinsdale</a>' ); ?>
</p>
</div><!-- .site-info -->
</footer><!-- #colophon -->
<?php wp_footer(); ?>
</body>
</html>