HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
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>