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">
  11.             <img src="{{ asset("assets/img/common/block.jpeg", "user_data") }}" alt=""/>
  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">{{ '首都圏最大級の商品数!全国配送いたします。新品・中古 オフィス家具/インテリアならおまかせ!
  17. '|trans|nl2br }}</p>
  18.             <a class="ec-blockBtn--top" href="{{ url('product_list') }}?category_id=2">{{ '一覧を見る'|trans }}</a>
  19.         </div>
  20.     </div>
  21. </div>