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. <!--製品紹介-->
  9. <div class="fade-content ec-role ObserveEle">
  10.     <div class="ec-eyecatchRole">
  11.         <div class="ec-eyecatchRole__image">
  12.             <img src="/html/user_data/assets/img/item/item_lineup.png" alt="ABOUT" role="presentation"/>
  13.         </div>
  14.         <div class="ec-eyecatchRole__intro">
  15.             <p class="ec-eyecatchRole__introEnTitle">{{ 'front.block.top.over_view_title_en'|trans }}</p>
  16.             <p class="ec-eyecatchRole__introTitle">{{ 'front.block.top.over_view_title_ja'|trans }}</p>
  17.             <p class="ec-eyecatchRole__introDescription">{{ 'front.block.top.over_view_desc'|trans|nl2br }}</p>
  18.             <a class="ec-blockBtn--top" href="{{ url('about') }}">{{ 'front.mypage.view_detail'|trans }}</a>
  19.         </div>
  20.     </div>
  21. </div>