src/Eccube/Resource/template/default/Block/logo.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. <div class="ec-role clearfix">
  9.         <div class="ec-headerRole">
  10.             <div class="ec-headerRole__title">
  11.                 <div class="ec-headerTitle">
  12.                     <div class="ec-headerTitle__title">
  13.                         <p>
  14.                             <a href="{{ url('homepage') }}">
  15.                                 {{ BaseInfo.shop_name }}
  16.                             </a>
  17.                         </p>                    
  18.                     </div>
  19.                 </div>
  20.             </div>
  21.         </div>
  22.         <div class="ec-headerNaviRole__right sp_only clearfix">
  23.             <div class="ec-headerNaviRole__nav">
  24.                 {{ include('Block/login.twig') }}
  25.             </div>
  26.             <div class="ec-headerRole__cart">
  27.                 {{ include('Block/cart.twig') }}
  28.             </div>
  29.         </div>
  30.         <div class=" head_search">{{ render(path('block_search_product')) }}</div>
  31. </div>