Your IP : 3.142.250.109


Current Path : /home/church/public_html/launch100ar.com/wp-content/themes/editor-blocks/
Upload File :
Current File : /home/church/public_html/launch100ar.com/wp-content/themes/editor-blocks/footer.php

<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link       https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package    editor-blocks
 * @copyright  Copyright (c) 2018, Danny Cooper
 * @license    http://opensource.org/licenses/gpl-2.0.php GNU Public License
 */

?>

		</div><!-- .wrapper -->
	</div><!-- .site-content -->

	<footer class="site-footer">
		<div class="wrapper">
			<div class="site-info">
				<?php
				// translators: %1$s: theme name.
				// translators: %2$s: theme author.
				printf( esc_html__( 'Website built by: %1$s', 'editor-blocks' ), '<a href="http://esselwebdesign.com/">Essel Web Design</a>');
				?>
			</div><!-- .site-info -->
		</div><!-- .wrapper -->
	</footer><!-- .site-footer -->

<?php wp_footer(); ?>

</div><!-- .site-wrapper -->

</body>
</html>