src/Eccube/Resource/template/default/Block/category.twig line 1

Open in your IDE?
  1. {#
    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__line"></span>
                <span class="ec-secHeading__ja">{{ 'カテゴリ'|trans }}</span>
            </div>
            <div class="ec-categoryRole__list">
                <div class="ec-categoryRole__listItem">
                    <a href="{{ url('product_list') }}?category_id=2">
                        <img src="{{ asset('assets/img/top/fpo_355x150.png') }}">
                    </a>
                </div>
                <div class="ec-categoryRole__listItem">
                    <a href="{{ url('product_list') }}?category_id=1">
                        <img src="{{ asset('assets/img/top/fpo_355x150.png') }}">
                    </a>
                </div>
                <div class="ec-categoryRole__listItem">
                    <a href="{{ url('product_list') }}?category_id=5">
                        <img src="{{ asset('assets/img/top/fpo_355x150.png') }}">
                    </a>
                </div>
            </div>
        </div>
    </div>