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/header.php
<?php
/**
 * The Header for our theme.
 *
 * Displays all of the <head> section and everything up till <div id="content">
 *
 * @package byblos
 */
$byblos_options = byblos_get_options();
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
    <head>
        <meta charset="<?php bloginfo('charset'); ?>">
        <meta name="viewport" content="width=device-width, initial-scale=1">

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-48675506-2', 'auto');
  ga('send', 'pageview');
</script>
<meta name="msvalidate.01" content="4482E2D957ABBA27CE7393554257251A" />

        <link rel="profile" href="http://gmpg.org/xfn/11">
        <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>">

        <?php wp_head(); ?>
    </head>

    <body <?php body_class(); ?>>
        <div id="page" class="hfeed site <?php echo is_front_page() ? 'byblos-frontpage' : ''; ?>">
            <header id="masthead" class="site-header" role="banner">

                <div class="site-branding dark">

                    <!--<div class="row ">-->
					<!-- add st -->
					<img class="img" src="https://www.nagasaki-shinju.com/wp-content/uploads/2016/04/main_kazari1.png" alt="長崎真珠店かざり"/>
					<!-- add en -->

                            <div class="col-xs-12 center">
                                <h2 class="site-title">

                                    <a href="<?php echo esc_url(home_url('/')); ?>" rel="home">
                                        <?php if ( $byblos_options['sc_logo_image'] != '') : ?>
                                        <img src="<?php echo esc_url( $byblos_options['sc_logo_image'] ); ?>" alt="" id="sc_logo"/>
                                        <?php else : ?>
                                        <?php bloginfo('name');?>
                                        <?php endif; ?>                                        
                                    </a>
                                </h2>
                                <?php if ( $byblos_options['sc_logo_image'] == '') : ?>
                                    <h3 class="site-description"><?php bloginfo('description'); ?></h3>
                                <?php endif; ?>
                            </div>
                            
                            <div class="col-xs-12 menu-bar center bs_nopad">
                                <nav id="site-navigation" class="main-navigation" role="navigation">
                                    <?php wp_nav_menu(array('theme_location' => 'primary')); ?>
                                </nav>
                            </div>
                            <div class="col-xs-12 search-bar center">
                                <!-- header right -->
                                <?php get_sidebar('header-right'); ?>
                            </div>
                            <div class="col-xs-12" id="site-toolbar">
                                <?php sc_toolbar(); ?>
                            </div>
                            <div class="col-xs-12 sc_footer">
                                <?php sc_footer(); ?>
                            </div>

					<!-- add st -->
					<img class="img2" src="https://www.nagasaki-shinju.com/wp-content/uploads/2016/04/main_kazari2.png" alt="長崎真珠店かざり"/>
					<!-- add en -->
                    <!--</div>-->
                </div>

                <div class="site-branding-mobile dark">
                    <div class="col-xs-2">
                        <div id="tasty-mobile-toggle">
                            <i class="fa fa-bars"></i>
                            <?php wp_nav_menu(array('theme_location' => 'primary')); ?>
                        </div>  

                                             
                    </div>
                    <div class="col-xs-10">
                        <h2 class="site-title-mobile">
                            <a href="<?php echo esc_url(home_url('/')); ?>" rel="home">
                                <?php if ( $byblos_options['sc_logo_image'] != '') : ?>
                                <img src="<?php echo esc_url( $byblos_options['sc_logo_image'] ); ?>" alt="" id="sc_logo"/>
                                <?php else : ?>
                                <?php bloginfo('name');?>
                                <?php endif; ?>                                        
                            </a>  
							<!-- 追加TEL Mail-->
							<!--スマホ版オンラインショップボタン-->
							<a href="https://www.nagasaki-shinju.com/ec/html/"><span class="sred_midasi"><i class="fa fa-shopping-cart fa-2x"></i></span></a>
							
							<!-- メンテナンス中ボタン
							<a href="https://www.nagasaki-shinju.com/maintenance/"><span class="sred_midasi"><i class="fa fa-shopping-cart fa-2x"></i></span></a>
 -->

                        </h2>
                    </div>


                </div>

            </header><!-- #masthead -->