app/template/BlackCherry/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="sideMenu">
  9.     <h2><img src="{{ asset('assets/img/new/img_arrival_Title.png') }}" alt="入荷一覧" /></h2>
  10.     {{ render(url('category_block')) }}
  11.     {# {{ include('Block/category_01.twig') }} #}
  12.     {{ include('Block/category_02.twig') }}
  13.     {{ include('Block/category_03.twig') }}
  14.     {{ include('Block/category_04.twig') }}
  15. </div>