Current File : /home/kelaby89/abl.academy/wp-content/themes/eduma/footer.php
<?php do_action( 'thim_above_footer_area' ); ?>

<footer id="colophon" class="<?php thim_footer_class(); ?>">
	<?php if ( is_active_sidebar( 'footer' ) ) : ?>
        <div class="footer">
            <div class="container">
                <div class="row">
					<?php dynamic_sidebar( 'footer' ); ?>
                </div>
            </div>
        </div>
	<?php endif; ?>

	<?php do_action( 'thim_copyright_area' ); ?>

</footer><!-- #colophon -->
</div><!--end main-content-->

<?php do_action( 'thim_end_content_pusher' ); ?>

</div><!-- end content-pusher-->

<?php do_action( 'thim_end_wrapper_container' ); ?>


</div><!-- end wrapper-container -->

<?php wp_footer(); ?>
</body>
</html>
Page not found – Hello World !