app/template/default/Block/header.twig line 26

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. <div class="header_login">
  9.     <div class="wrapper">
  10.         {{ include('Block/login.twig') }}
  11.     </div>
  12. </div>
  13. <div class="wrapper">
  14.     <div class="header_wrap">
  15.         <h1 class="header_title">
  16.             <a href="{{ url('homepage') }}">
  17.                 <img src="{{ asset('assets/img/common/logo.svg') }}" alt="{{ BaseInfo.shop_name }}" width="405" height="113">
  18.             </a>
  19.         </h1>
  20.         <div class="header_right">
  21.             <div class="header_right_search search_row">
  22.                 {{ render(path('block_search_product')) }}
  23.             </div>
  24.             <div class="header_right_cart ec-headerRole__cart cart_content">
  25.                 {{ include('Block/cart.twig') }}
  26.             </div>
  27.         </div>
  28.     </div>
  29. </div>
  30. <div class="fixed_footer ec-headerRole__cart">
  31.     <a class="fixed_footer_item" href="{{ url('homepage') }}">
  32.         <svg xmlns="http://www.w3.org/2000/svg" width="20.9" height="20.9" viewBox="0 0 20.9 20.9"><path d="M20.4 20.9h-7.1c-.3 0-.5-.2-.5-.5v-5.9h-4.7v5.9c0 .3-.2.5-.5.5h-7.1c-.3 0-.5-.2-.5-.5v-13.6c0-.2.1-.3.2-.4l10-6.3c.2-.1.4-.1.5 0l10 6.3c.1.1.2.3.2.4v13.6c0 .3-.2.5-.5.5zm-6.6-1h6.1v-12.9l-9.5-6-9.4 6v12.9h6.1v-5.9c0-.3.2-.5.5-.5h5.6c.3 0 .5.2.5.5v5.9z"/></svg>
  33.         <span class="fixed_footer_text">{{ 'ホーム'|trans }}</span>
  34.     </a>
  35.     {% if is_granted('ROLE_USER') %}
  36.         <a class="fixed_footer_item" href="{{ url('mypage') }}">
  37.             <svg xmlns="http://www.w3.org/2000/svg" width="18.4" height="20.9" viewBox="0 0 18.4 20.9"><path d="M17.9 20.9h-17.4c-.3 0-.5-.2-.5-.5 0-4.4 4.3-8.4 9-8.4 4.8 0 9.4 4.1 9.4 8.4 0 .3-.2.5-.5.5zm-16.9-1h16.3c-.3-3.6-4.2-6.9-8.4-6.9-4.3-.1-7.6 3.5-7.9 6.9zM9 11.1c-3.1 0-5.6-2.5-5.6-5.6 0-3 2.5-5.5 5.6-5.5 3.1 0 5.6 2.5 5.6 5.6 0 3-2.5 5.5-5.6 5.5zm0-10.1c-2.5 0-4.6 2-4.6 4.6 0 2.5 2 4.6 4.6 4.6 2.5 0 4.6-2 4.6-4.6 0-2.6-2.1-4.6-4.6-4.6z"/></svg>
  38.             <span class="fixed_footer_text">{{ 'マイページ'|trans }}</span>
  39.         </a>
  40.         {% if BaseInfo.option_favorite_product %}
  41.             <a class="fixed_footer_item" href="{{ url('mypage_favorite') }}">
  42.                 <svg xmlns="http://www.w3.org/2000/svg" width="21.5" height="20.6" viewBox="0 0 21.5 20.6"><path d="M4.6 20.6c-.1 0-.2 0-.3-.1-.2-.1-.2-.3-.2-.5l1-6.8-5-4.7c-.1-.1-.1-.3-.1-.5.1-.2.2-.3.4-.3l6.8-1.1 2.9-6.2c.1-.3.3-.4.5-.4s.4.1.5.3l3.2 6.1 6.7.9c.2 0 .3.2.4.3.1.2 0 .4-.1.5l-4.8 4.9 1.3 6.8c0 .2 0 .4-.2.5-.2.1-.4.1-.5 0l-6.2-3.1-6 3.3c-.1.1-.2.1-.3.1zm-3-12.2l4.4 4.3c.1.1.2.3.2.4l-.9 6.1 5.4-3c.1-.1.3-.1.5 0l5.5 2.8-1.1-6c0-.2 0-.3.1-.4l4.3-4.4-6.1-.8c-.2 0-.3-.1-.4-.3l-2.8-5.5-2.7 5.6c-.1.1-.2.2-.4.3l-6 .9z"></path></svg>
  43.                 <span class="fixed_footer_text">{{ 'お気に入り'|trans }}</span>
  44.             </a>
  45.         {% endif %}
  46.     {% else %}
  47.         <a class="fixed_footer_item" href="{{ url('mypage_login') }}">
  48.             <svg xmlns="http://www.w3.org/2000/svg" width="20.7" height="20.9" viewBox="0 0 20.7 20.9"><path d="M13.9 10.8h-13.4c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h13.4c.3 0 .5.2.5.5s-.2.5-.5.5zM10.9 14.1c-.1 0-.3 0-.4-.1-.2-.2-.2-.5 0-.7l3-3-3-3c-.2-.2-.2-.5 0-.7s.5-.2.7 0l3.3 3.3c.2.2.2.5 0 .7l-3.3 3.3c-.1.2-.2.2-.3.2zM5.8 0h14.4c.3 0 .5.2.5.5v19.9c0 .3-.2.5-.5.5h-14.4c-.3 0-.5-.2-.5-.5v-3.7c0-.3.2-.5.5-.5s.5.2.5.5v3.2h13.4v-18.9h-13.4v3.2c0 .3-.2.5-.5.5s-.5-.2-.5-.5v-3.7c0-.3.2-.5.5-.5z"/></svg>
  49.             <span class="fixed_footer_text">{{ 'ログイン'|trans }}</span>
  50.         </a>
  51.         {% if BaseInfo.option_favorite_product %}
  52.             <a class="fixed_footer_item" href="{{ url('mypage_favorite') }}">
  53.                 <svg xmlns="http://www.w3.org/2000/svg" width="21.5" height="20.6" viewBox="0 0 21.5 20.6"><path d="M4.6 20.6c-.1 0-.2 0-.3-.1-.2-.1-.2-.3-.2-.5l1-6.8-5-4.7c-.1-.1-.1-.3-.1-.5.1-.2.2-.3.4-.3l6.8-1.1 2.9-6.2c.1-.3.3-.4.5-.4s.4.1.5.3l3.2 6.1 6.7.9c.2 0 .3.2.4.3.1.2 0 .4-.1.5l-4.8 4.9 1.3 6.8c0 .2 0 .4-.2.5-.2.1-.4.1-.5 0l-6.2-3.1-6 3.3c-.1.1-.2.1-.3.1zm-3-12.2l4.4 4.3c.1.1.2.3.2.4l-.9 6.1 5.4-3c.1-.1.3-.1.5 0l5.5 2.8-1.1-6c0-.2 0-.3.1-.4l4.3-4.4-6.1-.8c-.2 0-.3-.1-.4-.3l-2.8-5.5-2.7 5.6c-.1.1-.2.2-.4.3l-6 .9z"></path></svg>
  54.                 <span class="fixed_footer_text">{{ 'お気に入り'|trans }}</span>
  55.             </a>
  56.         {% endif %}
  57.     {% endif %}
  58.     <button type="button" class="fixed_footer_item ec-cartNavi">
  59.         <svg xmlns="http://www.w3.org/2000/svg" width="21.5" height="20.6" viewBox="0 0 21.5 20.6"><path d="M18.4 16.7h-10.8c-.2 0-.5-.2-.5-.4l-2.5-14.5h-3.1c-.3 0-.5-.3-.5-.5s.2-.5.5-.5h3.6c.2 0 .5.2.5.4l2.4 14.5h10.4c.3 0 .5.2.5.5s-.2.5-.5.5zm.5-3.3h-11.9c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h11.5l1.3-7.6h-14.2c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h14.8c.1 0 .3.1.4.2.1.1.1.3.1.4l-1.5 8.6c0 .2-.2.4-.5.4zm.8-4.3h-13.4c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h13.4c.3 0 .5.2.5.5s-.3.5-.5.5zm-4.4 4.3c-.3 0-.5-.2-.5-.5v-8.6c0-.3.2-.5.5-.5s.5.2.5.5v8.6c0 .3-.2.5-.5.5zm-4.7 0c-.3 0-.5-.2-.5-.5v-8.6c0-.3.2-.5.5-.5s.5.2.5.5v8.6c0 .3-.2.5-.5.5zm-2.2 7c-.6 0-1-.5-1-1s.5-1 1-1 1 .5 1 1-.4 1-1 1zm0-1zm9 1c-.6 0-1-.5-1-1s.5-1 1-1 1 .5 1 1-.5 1-1 1zm0-1z"/></svg>
  60.         <span class="header_ico_text">カート</span>
  61.         {% set totalQuantity = get_carts_total_quantity() %}
  62.         <span class="ec-cartNavi__badge" id="fixed_footer_badge">{{ totalQuantity|number_format }}</span>
  63.     </button>
  64.     <button type="button" class="ec-headerNavSP fixed_footer_item">
  65.         <svg xmlns="http://www.w3.org/2000/svg" width="20.9" height="20.9" viewBox="0 0 20.9 20.9"><path d="M20.1 2.4h-19.3c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h19.2c.4 0 .8.3.8.8s-.3.8-.7.8zM20.1 11.2h-19.3c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h19.2c.4 0 .8.3.8.8s-.3.8-.7.8zM20.1 20h-19.3c-.4 0-.8-.3-.8-.8 0-.4.3-.8.8-.8h19.2c.4 0 .8.3.8.8 0 .4-.3.8-.7.8z"/></svg>
  66.         <span class="fixed_footer_text">{{ 'カテゴリ'|trans }}</span>
  67.     </button>
  68. </div>