app/template/default/Block/left_menu_banner.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="side_banner">
  9.     <ul>
  10.         <li><a href="https://www.metro-family.work/" target="_blank"><img src="/html/template/default/assets/img/common/bnr_familywork.png" width="250" height="100" alt="Metro Family Work"></a></li>
  11.         <li><a href="{{ url('maker_stock_list') }}"><img src="/html/template/default/assets/img/common/bnr_stocklist.png" width="250" height="100" alt="メーカー在庫リスト"></a></li>
  12.     </ul>
  13. </div>