app/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"><hr>
  11.             <img src="/ec/html/user_data/cart_image/009-SM-1.jpg" alt="【期間限定】鮮さんま" role="presentation"/>
  12.         </div>
  13.         <div class="ec-eyecatchRole__intro">
  14.             <p class="ec-eyecatchRole__introEnTitle">{{ '鮮さんま'|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=51">{{ '一覧を見る'|trans }}</a>
  18.         </div>
  19.     </div>
  20. </div>