app/template/main/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('../../user_data/assets/img/bn_ksm7wh.jpg') }}" alt="" role="presentation"/>
  12.         </div>
  13.         <div class="ec-eyecatchRole__intro">
  14.             <p class="ec-eyecatchRole__introEnTitle">{{ 'CUBE GELATO ICE'|trans }}</p>
  15.             <p class="ec-eyecatchRole__introTitle">{{ 'ハイパワーモーター搭載でスタンドミキサー史上最高の性能を生み出す。'|trans }}</p>
  16.             <p class="ec-eyecatchRole__introDescription">{{ 'すべてのアタッチメントパーツは高耐久で衛生的なステンレス製'|trans|nl2br }}</p>
  17.             <a class="ec-blockBtn--top" href="{{ url('product_list') }}?category_id=142">{{ '一覧を見る'|trans }}</a>
  18.         </div>
  19.     </div>
  20. </div>