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

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  4. http://www.ec-cube.co.jp/
  5. For the full copyright and license information, please view the LICENSE
  6. file that was distributed with this source code.
  7. #}
  8. {# <div class="ec-role">
  9.     <div class="ec-eyecatchRole">
  10.         <div class="ec-eyecatchRole__image">
  11.             <img src="{{ asset('assets/img/top/img_about.jpg') }}" alt="" role="presentation"/>
  12.         </div>
  13.         <div class="ec-eyecatchRole__intro">
  14.             <p class="ec-eyecatchRole__introEnTitle">{{ 'front.block.eyecatch.title__en'|trans }}</p>
  15.             <p class="ec-eyecatchRole__introTitle">{{ 'front.block.eyecatch.title__ja'|trans }}</p>
  16.             <p class="ec-eyecatchRole__introDescription">{{ 'front.block.eyecatch.description'|trans|nl2br }}</p>
  17.             <a class="ec-blockBtn--top" href="{{ url('product_list') }}?category_id=4">{{ 'front.block.eyecatch.view_list'|trans }}</a>
  18.         </div>
  19.     </div>
  20. </div> #}