| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/usa_sites/governmentgrants.us/wp-content/themes/governmentgrants/ |
Upload File : |
<?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 WordPress
* @subpackage Naren_Designs
* @since 1.0
* @version 1.2
*/
?>
</main>
<!-- #main-content -->
<footer id="footer" class="site-footer bg-image relative" role="contentinfo ">
<button id="scrollToTopButton"
on="tap:page.scrollTo(duration=200)"
class="scrollToTop btn btn-primary inline-block"><i class="fa fa-chevron-up"></i></button>
<section class="footer-top fs-16 full-width ">
<?php
//get_template_part( 'template-parts/footer/footer', 'widgets' );
?>
<?php the_field( 'footer_top_section', 'option' ); ?>
</section>
<section class="footer-bottom py20 copyright-info fs-13 full-width">
<div class="container ">
<?php
/*
get_template_part( 'template-parts/footer/site', 'info' );*/
?>
<?php the_field( 'footer_bottom_section', 'option' ); ?>
</div>
</section>
</footer>
<!-- #colophon -->
</div>
<!-- #page -->
<?php
$site_title = get_bloginfo( 'name' );
$googleAnalytics = get_field( 'google_analytics_code', 'option' );
if($googleAnalytics) { ?>
<amp-analytics type="googleanalytics" id="googleanalytics">
<script type="application/json">
{
"vars": {
"account": "<?php echo $googleAnalytics; ?>",
"anonymizeIP": "true"
},
"triggers": {
"defaultPageview": {
"on": "visible",
"request": "pageview",
"vars": {
"title": "<?php echo $site_title; ?>"
}
}
}
}
</script>
</amp-analytics>
<?php } ?>
<?php $tracking_pixel = file_get_contents("https://www.surfcrm.com/lcapi/KeywordImpressionTracking.php?site=ggus&ip_address=".$_SERVER['REMOTE_ADDR']."&keywords=".urlencode($_SESSION['keywords'])."&landing_page=".urlencode($_SESSION['landing_page'])."&referer_domain=".urlencode($_SESSION['referer_domain'])); ?>
<?php wp_footer(); ?>
</body>
</html>