{#
This file is part of EC-CUBE
Copyright(c) LOCKON CO.,LTD. All Rights Reserved.
http://www.lockon.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
<div class="b-header">
<h1 class="b-header__logo">
<a class="b-header__logo-link" href="{{ url('homepage') }}">
{{ BaseInfo.shop_name }}
</a>
</h1>
<span class="b-header__spacer"></span>
<div class="b-header__utility">
<div class="b-header__utility-navi">
{{ include('Block/login.twig') }}
</div>
<div class="b-header__utility-search">
<a class="b-header__utility-search-link" href="#js-search-product" id="js-header__utility-search-link"></a>
</div>
<div class="b-header__utility-cart" id="js-header__utility-cart">
{{ include('Block/cart.twig') }}
</div>
</div>
</div>