File: /virtual/nagasaki/public_html/wp-content/themes/byblos/footer.php
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package byblos
*/
?>
<!--追加-->
<hr>
<!--追加-->
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="footer-boxes">
<div class="">
<div class="col-md-12">
<?php get_sidebar('footer'); ?>
</div>
</div>
</div>
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>