app/template/origin/Block/category.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-categoryRole">
  9.     <div class="ec-role">
  10.         <div class="ec-secHeading">
  11.             <span class="ec-secHeading__en">{{ 'CATEGORY'|trans }}</span>
  12.             <span class="ec-secHeading__ja">{{ 'カテゴリ'|trans }}</span>
  13.         </div>
  14.         <div class="ec-categoryRole__list">
  15.             <div class="ec-categoryRole__listItem">
  16.                 <a href="/products/list?category_id=7">
  17.                     <img src="/html/user_data/assets/img/cate_01.jpg">
  18.                 </a>
  19.             </div>
  20.             <div class="ec-categoryRole__listItem">
  21.                 <a href="/products/list?category_id=8">
  22.                     <img src="/html/user_data/assets/img/cate_02.jpg">
  23.                 </a>
  24.             </div>
  25.        
  26.              
  27.         </div>
  28.         
  29.     </div>
  30. </div>