Current File : /home/kelaby89/muzza.fit/wp-content/themes/deadlift/footer.php
<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing divs of the main content and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package WordPress
 * @subpackage Deadlift
 * @version 1.8.2
 * @since Deadlift 1.0
 */

?>
						</div><!-- .content-wrapper -->
					</div><!-- .content-inner -->
					<?php
						/**
						 * Hook to add content block
						 * deadlift_after_content
						 *
						 * @since Deadlift 1.0
						 */
						do_action( 'deadlift_before_footer_block' );
					?>
				</div><!-- .site-content -->
			</div><!-- #main -->
		</div><!-- #page-content -->
		<div class="clear"></div>
		<?php
			/**
			 * Before footer hook
			 *
			 * @since Deadlift 1.0
			 */
			do_action( 'deadlift_footer_before' );

		if ( 'hidden' !== deadlift_get_inherit_mod( 'footer_type' ) && is_active_sidebar( 'sidebar-footer' ) ) :
			?>
			<footer id="colophon" class="
			<?php
				/**
				 * Filters footer class
				 *
				 * @since Deadlift 1.0
				 */
				echo esc_attr( apply_filters( 'deadlift_site_footer_class', '' ) );
			?>
			 site-footer" itemscope="itemscope" itemtype="http://schema.org/WPFooter">
				<div class="footer-inner clearfix">
					<?php get_sidebar( 'footer' ); ?>
				</div><!-- .footer-inner -->
			</footer><!-- footer#colophon .site-footer -->
		<?php endif; ?>
		<?php

			/**
			 * Fires the Deadlift bottom bar
			 *
			 * @since Deadlift 1.0
			 */
			do_action( 'deadlift_bottom_bar' );
		?>
	</div><!-- #page .hfeed .site -->
</div><!-- .site-container -->
<?php
	/**
	 * Fires the Deadlift bottom bar
	 *
	 * @since Deadlift 1.0
	 */
	do_action( 'deadlift_body_end' );
?>
<?php wp_footer(); ?>
</body>
</html>
Page not found – Hello World !