src/Eccube/Resource/template/default/Block/header.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. {# PC #}
  9. <div class="ec-headerRole__navPC">
  10.     <div class="ec-headerNaviRole">
  11.         <div class="ec-headerNaviRole__logo">
  12.             <a href="{{ url('homepage') }}">
  13.                 <div class="ec-headerNaviRole-logoimg"></div>
  14.             </a>
  15.         </div>
  16.         <div class="ec-headerNaviRole__left">
  17.             <div class="ec-headerNaviRole__search">
  18.                 {{ render(path('block_search_product')) }}
  19.             </div>
  20.         </div>
  21.         <div class="ec-headerNaviRole__right">
  22.             {#temporary#}
  23.             {# <div class="ec-button ec-button-temporary text-center">
  24.                 <a href="{{ url('help_guide') }}">
  25.                     <span class="text-center">{{ '初めての方へ'|trans }}<br/><span class="ec-button__esize">Beginner's guide</span></span>
  26.                 </a>
  27.             </div> #}
  28.             {# law #}
  29.            <a href="https://three-m.online/houjin">
  30.                <div class="ec-button ec-button__hojin text-center">
  31.                    <span class="text-center">{{ '法人のお客様'|trans }}<br/><span class="ec-button__esize">Corporation account</span></span>
  32.                </div>
  33.            </a>
  34.             {{ include('Block/login.twig') }}
  35.         </div>
  36.     </div>
  37. </div>
  38. {# smart phone #}
  39. <div class="ec-headerRole__navSP">
  40. {#    {{ include('Block/nav_sp.twig') }}#}
  41.     {{ render(path('sp_block_search_product')) }}
  42. </div>