app/template/default/Block/nav_sp.twig line 1

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  4. http://www.ec-cube.co.jp/
  5. For the full copyright and license information, please view the LICENSE
  6. file that was distributed with this source code.
  7. #}
  8.     <!-- ヘッダーロゴ--><!-- sns -->
  9.     <section class="header-1 header-sns">
  10.         <a href="/">
  11.             <img class="header_logo" src="{% if app.request.isSecure %}https://{% else %}http://{% endif %}{{ app.request.host }}/wp/wp-content/themes/eyebell/assets/images/eyebell/header_logo.png" alt="メガネ・コンタクトのアイベル" />
  12.         </a>
  13.         <ul class="sns">
  14.             <li>
  15.                 <a href="https://www.mimibel.com/" target="_blank">
  16.                     <img class="header_logo2" title="ミミベル" alt="ミミベル" src="{% if app.request.isSecure %}https://{% else %}http://{% endif %}{{ app.request.host }}/wp/wp-content/themes/eyebell/assets/images/eyebell/mimibel_logo.png" />
  17.                 </a>
  18.             </li>
  19.             <li>
  20.                 <a href="https://www.facebook.com/eyebell5864" target="_blank">
  21.                     <img title="Facebook:メガネのアイベル" alt="Facebook" src="{% if app.request.isSecure %}https://{% else %}http://{% endif %}{{ app.request.host }}/wp/wp-content/uploads/2022/10/f_logo_RGB-Blue_58.png" />
  22.                     <!--<sapn>メガネのアイベル</sapn>-->
  23.                 </a>
  24.             </li>
  25.             <li>
  26.                 <a href="https://www.facebook.com/eyebell2930" target="_blank">
  27.                     <img title="Facebook:オプトマックスアイベル君津店" alt="Facebook" src="{% if app.request.isSecure %}https://{% else %}http://{% endif %}{{ app.request.host }}/wp/wp-content/uploads/2022/10/f_logo_RGB-Blue_58.png" />
  28.                     <!--<sapn>オプトマックスアイベル君津店</sapn>-->
  29.                 </a>
  30.             </li>
  31.             <li>
  32.                 <a href="https://lin.ee/m2Bk4vwq" target="_blank">
  33.                     <img title="Line:オプトマックスアイベル" alt="LINE" src="{% if app.request.isSecure %}https://{% else %}http://{% endif %}{{ app.request.host }}/wp/wp-content/uploads/2022/11/LINE_Brand_icon.png" />
  34.                 </a>
  35.             </li>
  36.         </ul>
  37.     </section>
  38.     <!-- グローバルメニュー PC -->
  39.     <section class="header-2 show-pc">
  40.         <nav class="header-nav">
  41.             <ul class="">
  42.                 <li><a href="/">HOME</a></li>
  43.                 <li><a href="/glasses/">メガネ</a>
  44.                     <ul>
  45.                         <li><a href="/glasses/">メガネブランド</a></li>
  46.                         <li><a href="/こどもメガネ/">こどもメガネ</a></li>
  47.                     </ul>
  48.                 </li>
  49.                 <li><a href="/コンタクトレンズ/">コンタクトレンズ</a></li>
  50.                 <li><a href="/視力測定/">視力測定</a></li>
  51.                 <li><a href="/遠近両用メガネ/">遠近両用メガネ</a></li>
  52.                 <li><a href="/店舗情報/">店舗情報</a></li>
  53.                 <li><a href="/採用/">採用</a></li>
  54.                 <li><a href="/blog/">ブログ</a>
  55.                     <ul id="header_nav_blog_list">
  56.                     </ul>
  57.                 </li>
  58.             </ul>
  59.         </nav>
  60.     </section>
  61.     <!-- グローバルメニュー SP -->
  62.     <section class="header-3 show-sp">
  63.         <input id="drawer_input" class="drawer_hidden" type="checkbox">
  64.         <label for="drawer_input" class="drawer_open show-sp"><span></span></label>
  65.         <nav class="drawer-nav">
  66.             <ul class="">
  67.                 <li><a href="/">HOME</a></li>
  68.                 <li><a href="/glasses/">メガネ</a>
  69.                     <ul>
  70.                         <li><a href="/glasses/">メガネブランド</a></li>
  71.                         <li><a href="/こどもメガネ/">こどもメガネ</a></li>
  72.                     </ul>
  73.                 </li>
  74.                 <li><a href="/コンタクトレンズ/">コンタクトレンズ</a></li>
  75.                 <li><a href="/視力測定/">視力測定</a></li>
  76.                 <li><a href="/遠近両用メガネ/">遠近両用メガネ</a></li>
  77.                 <li><a href="/店舗情報/">店舗情報</a></li>
  78.                 <li><a href="/採用/">採用</a></li>
  79.                 <li><a href="/blog/">ブログ</a>
  80.                     <ul id="header_nav_blog_list_sp">
  81.                     </ul>
  82.                 </li>
  83.             </ul>
  84.         </nav>
  85.     </section>