<?php
/**
* The template for displaying the footer
*
* Contains the opening of the #site-footer div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package WordPress
* @subpackage Teczilla
*/
?>
<?php
get_template_part('footer/footer-top');
?>
<?php wp_footer();?>
</body>
</html>