File: /home/tvypkwena2lu/public_html/wp-content/themes/leageller/footer.php
<?php
/**
* The template for displaying the footer
*
* Contains footer content and the closing of the #main and #page div elements.
*
* @package WordPress
* @subpackage Twenty_Thirteen
* @since Twenty Thirteen 1.0
*/
?>
<?php $text_widgets = get_option( 'widget_black-studio-tinymce' ); ?>
<?php //var_dump( get_option( 'option_tree' ));
$newsletter_subtitle=ot_get_option('newsletter_subtitle');
$newsletter_title=ot_get_option('newsletter_title');
$newsletter_short_desc=ot_get_option('newsletter_short_desc');
$book_club_title=ot_get_option('book_club_title');
$book_club_desc=ot_get_option('book_club_desc');
$copyright_before=ot_get_option('copyright_before');
$copyright_after=ot_get_option('copyright_after');
?>
<?php //echo (isset($newsletter_subtitle) && !empty($newsletter_subtitle)) ? '<h3>'.$newsletter_subtitle.'</h3>': '<h3>Subscribe To Our</h3>'; ?>
<?php if(is_home() || is_front_page()) : ?>
<?php else : ?>
<div class="border-top"></div>
<?php endif; ?>
<!-- Footer section css start -->
<footer>
<div class="container">
<div class="row">
<div class="col-12 text-center">
<ul class="social-links list-inline">
<?php wp_nav_menu( array('items_wrap' => '%3$s', 'theme_location' => 'main_menu2' )); ?>
</ul>
</div>
<div class="col-12 text-center">
<ul class="list-inline footer-links">
<?php wp_nav_menu( array('items_wrap' => '%3$s', 'theme_location' => 'main_menu3' )); ?>
</ul>
</div>
<div class="col-12">
<div class="footer-copyright text-center">
<?php echo $copyright_before ? $copyright_before : 'Copyright ©'; ?> <?php echo do_shortcode('[year]'); ?> <?php echo $copyright_after ? $copyright_after : ' All Rights Reserved by Lea Geller'; ?>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer section css end -->
<a href="javascript:" id="return-to-top">
<i class="fa fa-chevron-up"></i>
</a>
<!--/* modal dialog */-->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="myModalLabel">Modal title</h4>
</div>
<div class="modal-body"> ... </div>
<div class="modal-footer">
<button type="button" class="btn btn-warning" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<?php wp_footer(); ?>
<?php if(is_home() or is_front_page()) : ?>
<?php endif; ?>
</div>
</body>
</html>