Current File : /home/kelaby89/sergio-cuchi.tattoo/wp-content/themes/maori/footer.php
</div>
</main>
<footer id="maori-footer">
    <div class="container">
        <?php if ( is_active_sidebar( 'maori_footer_widgets' ) ) { ?>
        <div class="maori-footer-wrapper">
            <?php if ( is_active_sidebar( 'maori_footer_widgets' ) ) { dynamic_sidebar( 'maori_footer_widgets' ); } ?>
        </div>
        <?php } ?>
        <?php $maori_footermessage = get_theme_mod('maori_footermessage'); ?>
        <?php if ($maori_footermessage) { ?>
        <div class="maori-footer-credits">
            <p><?php echo wp_kses_post($maori_footermessage); ?></p>
        </div>
        <?php } ?>
    </div>
</footer>
</div>
<a id="maori-gototop" href="#"><i class="fa fa-chevron-up"></i></a>
<?php get_template_part( 'templates/panel', 'template'); ?>
<?php wp_footer(); ?>
</body>
</html>
Page not found – Hello World !