app/template/default/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__line"></span>
  13.             <span class="ec-secHeading__ja">{{ 'カテゴリ'|trans }}</span>
  14.         </div>
  15.         
  16.         
  17.         
  18.         
  19.         <!---->
  20.         <div class="ec-categoryRole__list">
  21.             
  22.             <div class="ec-categoryRole__listItem">
  23.                 <a href="{{ url('product_list') }}?category_id=7">
  24.                     <img src="{{ asset('assets/img/top/cate_bnr03.jpg') }}"><p style="color:#000;text-align:center;margin-top:5px;">忍者しゃぼん玉シリーズ</p>
  25.                 </a>
  26.             </div>
  27.             
  28.             <div class="ec-categoryRole__listItem">
  29.                 <a href="{{ url('product_list') }}?category_id=9">
  30.                     <img src="{{ asset('assets/img/top/cate_bnr04.jpg') }}"><p style="color:#000;text-align:center;margin-top:5px;">はじめてのしゃぼん玉シリーズ</p>
  31.                 </a>
  32.             </div>
  33.             
  34.             <div class="ec-categoryRole__listItem">
  35.                 <a href="{{ url('product_list') }}?category_id=10">
  36.                     <img src="{{ asset('assets/img/top/cate_bnr05.jpg') }}"><p style="color:#000;text-align:center;margin-top:5px;">ギミックシャボン玉液シリーズ</p>
  37.                 </a>
  38.             </div>
  39.             
  40.             <div class="ec-categoryRole__listItem">
  41.                 <a href="{{ url('product_list') }}?category_id=11">
  42.                     <img src="{{ asset('assets/img/top/cate_bnr06.jpg') }}"><p style="color:#000;text-align:center;margin-top:5px;">パワフルシャボン玉シリーズ</p>
  43.                 </a>
  44.             </div>
  45.         
  46.         </div>
  47.         
  48.         
  49.         
  50.         
  51.         <!---->
  52.         <div class="ec-categoryRole__list">
  53.             
  54.             <div class="ec-categoryRole__listItem">
  55.                 <a href="{{ url('product_list') }}?category_id=12">
  56.                     <img src="{{ asset('assets/img/top/cate_bnr07.jpg') }}"><p style="color:#000;text-align:center;margin-top:5px;">人が入れるシャボン玉</p>
  57.                 </a>
  58.             </div>
  59.             
  60.             <div class="ec-categoryRole__listItem">
  61.                 <a href="{{ url('product_list') }}?category_id=14">
  62.                     <img src="{{ asset('assets/img/top/cate_bnr08.jpg') }}"><p style="color:#000;text-align:center;margin-top:5px;">スライム</p>
  63.                 </a>
  64.             </div>
  65.             
  66.             
  67.             <div class="ec-categoryRole__listItem">
  68.                 <a href="{{ url('product_list') }}?category_id=2">
  69.                     <img src="{{ asset('assets/img/top/cate_bnr01.jpg') }}"><p style="color:#000;text-align:center;margin-top:5px;">新入荷</p>
  70.                 </a>
  71.             </div>
  72.             
  73.             <div class="ec-categoryRole__listItem">
  74.                 <a href="{{ url('product_list') }}?category_id=7">
  75.                     <img src="{{ asset('assets/img/top/cate_bnr02.jpg') }}"><p style="color:#000;text-align:center;margin-top:5px;">定番商品</p>
  76.                 </a>
  77.             </div>     
  78.             
  79.             
  80.             
  81.         </div>
  82.         
  83.         
  84.         
  85.         
  86.         
  87.         
  88.         
  89.         
  90.         
  91.         
  92.         
  93.         
  94.         
  95.         
  96.     </div>
  97. </div>