<?php
/**
 * The template for displaying the footer.
 *
 * Contains the closing of the #content div and all content after
 *
 * @package UrduPress
 */
global $wp;
?>
	</div><!-- #content -->
	<?php
		get_template_part( 'layouts/theme', 'footer' );
	?>
</div><!-- #page -->
<?php get_template_part('inc/footer', 'scripts'); ?>
<?php wp_footer(); ?>
</body>
</html>