src/Eccube/Resource/template/default/Block/eyecatch.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-role">
        <div class="ec-eyecatchRole">
            <div class="ec-eyecatchRole__image">
                <img src="{{ asset('assets/img/top/img_about.jpg') }}" alt="" role="presentation"/>
            </div>
            <div class="ec-eyecatchRole__intro">
                <p class="ec-eyecatchRole__introEnTitle">{{ 'front.block.eyecatch.title__en'|trans }}</p>
                <p class="ec-eyecatchRole__introTitle">{{ 'front.block.eyecatch.title__ja'|trans }}</p>
                <p class="ec-eyecatchRole__introDescription">{{ 'front.block.eyecatch.description'|trans|nl2br }}</p>
                <a class="ec-blockBtn--top" href="{{ url('product_list') }}?category_id=4">{{ 'front.block.eyecatch.view_list'|trans }}</a>
            </div>
        </div>
    </div>