app/template/origin/Block/topic.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-topicRole bg--primary">
  9.     <div class="ec-role">
  10.         <div class="ec-secHeading">
  11.             <span class="ec-secHeading__en text-white">{{ 'PICK UP'|trans }}</span>
  12.             <span class="ec-secHeading__ja text-white">{{ 'ピックアップ'|trans }}</span>
  13.         </div>
  14.         <div class="ec-topicRole__list">
  15.             <div class="ec-topicRole__listItem">
  16.                 <a href="/products/list?category_id=7">
  17.                     <img src="/html/user_data/assets/img/pu_01.jpg">
  18.                 </a>
  19.                 <p class="ec-topicRole__listItemTitle text-white">{{ '家庭用冷蔵庫'|trans }}</p>
  20.             </div>
  21.         
  22.         </div>
  23.     </div>
  24. </div>