app/template/default/Block/top_banner01.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.         
  11.         <div class="ec-topicRole__list">
  12.             
  13.         <div class="ec-topicRole__listItem">
  14.         <a href="{{ url('product_list') }}?category_id=89">
  15.         <img src="/ec/html/user_data/banner/gohan-tomo-600.jpg" width=90%>
  16.         </a>
  17.       </div>
  18.       
  19.       <div class="ec-topicRole__listItem">
  20.         <a href="{{ url('user_data', {'route': 'mailmaga'}) }}">
  21.         <img src="/ec/html/user_data/banner/mailbana-600.jpg"></a>
  22.       </div>  
  23.     </div>
  24.     </div>
  25. </div>