File: D:/HostingSpaces/RImmers1/new-talent.nl/wwwroot/wp-content/themes/Avada2/footer.php
<?php
/**
* The footer template.
*
* @package Avada
* @subpackage Templates
*/
// Do not allow directly accessing this file.
if ( ! defined( 'ABSPATH' ) ) {
exit( 'Direct script access denied.' );
}
?>
<?php do_action( 'avada_after_main_content' ); ?>
</div> <!-- fusion-row -->
</main> <!-- #main -->
<?php do_action( 'avada_after_main_container' ); ?>
<?php
/**
* Get the correct page ID.
*/
$c_page_id = Avada()->fusion_library->get_page_id();
?>
<?php
/**
* Only include the footer.
*/
?>
<?php if ( ! is_page_template( 'blank.php' ) ) : ?>
<?php $footer_parallax_class = ( 'footer_parallax_effect' === Avada()->settings->get( 'footer_special_effects' ) ) ? ' fusion-footer-parallax' : ''; ?>
<div class="fusion-footer<?php echo esc_attr( $footer_parallax_class ); ?>">
<?php get_template_part( 'templates/footer-content' ); ?>
</div> <!-- fusion-footer -->
<div class="fusion-sliding-bar-wrapper">
<?php
/**
* Add sliding bar.
*/
if ( Avada()->settings->get( 'slidingbar_widgets' ) ) {
get_template_part( 'sliding_bar' );
}
?>
</div>
<?php endif; // End is not blank page check. ?>
</div> <!-- wrapper -->
</div> <!-- #boxed-wrapper -->
<div class="fusion-top-frame"></div>
<div class="fusion-bottom-frame"></div>
<div class="fusion-boxed-shadow"></div>
<a class="fusion-one-page-text-link fusion-page-load-link"></a>
<div class="avada-footer-scripts">
<?php wp_footer(); ?>
</div>
</body>
</html>