app/template/default/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">
  9.     <div class="ec-role">
  10.         <div class="ec-secHeading">
  11.             <span class="ec-secHeading__en">{{ 'POPULAR ITEM'|trans }}</span>
  12.             <span class="ec-secHeading__line"></span>
  13.             <span class="ec-secHeading__ja">{{ '売れ筋商品'|trans }}</span>
  14.         </div>
  15.         <div class="ec-topicRole__list">
  16.             <div class="ec-topicRole__listItem">
  17.                 <a href="{{ url('product_detail', {'id': 8}) }}">
  18.                     <img src="{{ asset('/html/user_data/popular2-1.png') }}">
  19.                 </a>
  20.                 <p class="ec-topicRole__listItemTitle">{{ '【黒カビキラー】浴室清掃の救世主!!'|trans }}</p>
  21.             </div>
  22.             <div class="ec-topicRole__listItem">
  23.                 <a href="{{ url('product_detail', {'id': 6}) }}">
  24.                     <img src="{{ asset('/html/user_data/popular2-2.png') }}">
  25.                 </a>
  26.                 <p class="ec-topicRole__listItemTitle">{{ '【新ラグビー】黄ばみやこびり付いた汚れに!!'|trans }}</p>
  27. </div>
  28.             <div class="ec-topicRole__listItem">
  29.                 <a href="{{ url('product_detail', {'id': 9}) }}">
  30.                     <img src="{{ asset('/html/user_data/popular2-3.png') }}">
  31.                 </a>
  32.                 <p class="ec-topicRole__listItemTitle">{{ '【スーパークリーナーストロング】浸透力20%アップの強化配合!!'|trans }}</p>
  33.             </div>
  34.             </div>
  35.         </div>
  36.     </div>
  37. </div>