{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
<div class="header-inner">
<div class="header-logo">
<h1>
{{ include('Block/logo.twig') }}
</h1>
</div>
<div class="header-navi">
<div class="ec-headerRole__search header-search">
{{ render(path('block_search_product')) }}
</div>
<div class="ec-headerRole__cart cart-menu">
{{ include('Block/cart.twig') }}
</div>
<div class="ec-headerRole__member member-menu">
{{ include('Block/login.twig') }}
</div>
</div>
</div>