| Server IP : 148.113.13.24 / Your IP : 216.73.217.94 Web Server : Apache/2.4.59 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.2 System : Linux o1.zxs.ovh 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64 User : b051826 ( 1041) PHP Version : 8.2.19 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,exec,system,passthru,shell_exec,proc_open,popen MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/b051826/web/zenpathjapan.com/public_html/wp-content/themes/zenpathjapan/ |
Upload File : |
<?php
/**
* footer.php — includes the mandatory legal-entity block (Variant 1)
* directly above the brand disclaimer and the copyright line.
*/
defined('ABSPATH') || exit;
?>
</main><!-- /#zpj-main -->
<section class="zpj-cta" aria-labelledby="zpj-cta-title">
<div class="zpj-cta__inner" data-newsletter-wrap>
<span class="zpj-cta__glyph" aria-hidden="true"><?php echo esc_html(ZPJ_GLYPH); ?></span>
<span class="zpj-cta__kicker">NEWSLETTER</span>
<h2 class="zpj-cta__title" id="zpj-cta-title">小径の便りを、月に数回</h2>
<p class="zpj-cta__lead">新着の記事と、季節ごとの歩き方を、静かにお届けします。</p>
<form data-newsletter-form action="javascript:void(0)" class="zpj-cta__form">
<input type="email" required placeholder="メールアドレス" class="zpj-input" aria-label="メールアドレス">
<button type="submit" class="zpj-btn">登録する</button>
</form>
<p data-newsletter-success class="zpj-cta__ok" style="display:none">✓ ご登録ありがとうございます</p>
<p class="zpj-cta__note">配信はいつでも停止できます。<a href="<?php echo esc_url(home_url('/privacy-policy/')); ?>">プライバシーポリシー</a></p>
</div>
</section>
<footer class="zpj-footer" role="contentinfo">
<div class="zpj-footer__inner">
<div class="zpj-footer__top">
<div class="zpj-footer__about">
<span class="zpj-footer__brand"><?php echo esc_html(zpj_setting('logo_text', SITE_NAME)); ?></span>
<p class="zpj-footer__note"><?php echo wp_kses_post(zpj_setting('footer_note', '日本各地の小径と暮らしを、静かに記録する編集メディアです。')); ?></p>
</div>
<nav class="zpj-footer__nav" aria-label="フッターメニュー">
<?php
if (has_nav_menu('footer')) {
wp_nav_menu([
'theme_location' => 'footer',
'container' => false,
'menu_class' => 'zpj-footer__menu',
'depth' => 1,
'fallback_cb' => false,
]);
}
?>
</nav>
</div>
<?php /* === Legal entity block — mandatory (Variant 1) ============== */ ?>
<div class="zpj-legal-entity" aria-label="運営会社情報">
<div class="zpj-legal-entity__row">
<span class="zpj-legal-entity__label">運営会社 / Operated by</span>
<span class="zpj-legal-entity__value"><?php echo esc_html(COMPANY_LEGAL_NAME); ?></span>
</div>
<div class="zpj-legal-entity__row">
<span class="zpj-legal-entity__label">代表者 / Representative</span>
<span class="zpj-legal-entity__value"><?php echo esc_html(COMPANY_REPRESENTATIVE); ?></span>
</div>
<div class="zpj-legal-entity__row">
<span class="zpj-legal-entity__label">所在地 / Address</span>
<span class="zpj-legal-entity__value">
<?php echo esc_html(COMPANY_ADDRESS); ?>(〒<?php echo esc_html(COMPANY_POSTAL_CODE); ?>)
</span>
</div>
<div class="zpj-legal-entity__row">
<span class="zpj-legal-entity__label">Email</span>
<span class="zpj-legal-entity__value">
<a href="mailto:<?php echo esc_attr(SITE_EMAIL); ?>"><?php echo esc_html(SITE_EMAIL); ?></a>
</span>
</div>
<div class="zpj-legal-entity__row">
<span class="zpj-legal-entity__label">受付時間 / Support hours</span>
<span class="zpj-legal-entity__value"><?php echo esc_html(COMPANY_SUPPORT_HOURS_JP); ?></span>
</div>
</div>
<p class="zpj-footer__disclaim">
本サイトに掲載の写真・記事の著作権は各権利者に帰属します。商標はすべて各社に帰属します。
</p>
<div class="zpj-footer__bottom">
<p class="zpj-copy">© <?php echo esc_html(date('Y')); ?> <?php echo esc_html(COMPANY_LEGAL_NAME); ?>. All rights reserved.</p>
<p class="zpj-footer__links">
<a href="<?php echo esc_url(get_bloginfo('rss2_url')); ?>" aria-label="RSS フィード">RSS</a>
<span aria-hidden="true">·</span>
<a href="mailto:<?php echo esc_attr(SITE_EMAIL); ?>"><?php echo esc_html(SITE_EMAIL); ?></a>
</p>
</div>
</div>
</footer>
<?php wp_footer(); ?>
</body>
</html>