
    <?php global $shapebootstrap_options; ?>
    
    </div> <!-- /.row -->
        </div> <!-- /.container -->
<section id="footer-bg">
    <footer id="footer" class="container">
        <div class="row">
            <div class="col-sm-12 text-center">
                <div class="footer">
                    <?php if (isset($shapebootstrap_options['footer-menu']) && $shapebootstrap_options['footer-menu']) {?>
                            <?php if(has_nav_menu('secondary')): ?>
                                <?php wp_nav_menu( array( 'theme_location' => 'secondary', 'container'  => false, 'menu_class' => 'footer-menu','depth' => 1 ) ); ?>
                            <?php endif; ?>
                    <?php }?>

                    <?php if (isset($shapebootstrap_options['copyright-en']) && $shapebootstrap_options['copyright-en']){?>
                        <div class="copright">
                          <?php if(isset($shapebootstrap_options['copyright-text'])) echo $shapebootstrap_options['copyright-text']; ?>
                        </div>
                    <?php }?>
                </div>
            </div>
        </div>
    </footer><!--/#footer-->
</section>
</div>
<?php if(isset($shapebootstrap['before_body']))  echo $shapebootstrap['before_body']; ?>
<?php if(isset($shapebootstrap_options['google-analytics'])) echo $shapebootstrap_options['google-analytics'];?>

<?php wp_footer(); ?>
</body>
</html>