Current File : /home/pacjaorg/www/grants -mzee/wp-content/themes/bizberg/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 Bizberg
*/
do_action( 'bizberg_footer_top' );
bizberg_get_footer(); ?>
<div class="full-screen-search" style="display: none;">
<div class="search-box-wrap">
<div class="searchform" role="search">
<?php get_search_form(); ?>
<a href="javascript:void(0)" class="close">
<i class="fas fa-times"></i>
</a>
</div>
</div>
</div>
<!-- start Back To Top -->
<div id="back-to-top">
<a href="javascript:void(0)"><i class="fa fa-angle-up"></i></a>
</div>
<!-- end Back To Top -->
<?php wp_footer(); ?>
</body>
</html>