{#
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="ec-categoryRole">
<div class="ec-role">
<div class="ec-secHeading">
<span class="ec-secHeading__en">{{ 'CATEGORY'|trans }}</span>
<span class="ec-secHeading__ja">{{ 'カテゴリ'|trans }}</span>
</div>
<div class="ec-categoryRole__list">
<div class="ec-categoryRole__listItem">
<a href="/products/list?category_id=7">
<img src="/html/user_data/assets/img/cate_01.jpg">
</a>
</div>
<div class="ec-categoryRole__listItem">
<a href="/products/list?category_id=8">
<img src="/html/user_data/assets/img/cate_02.jpg">
</a>
</div>
</div>
</div>
</div>