app/template/default/Block/top_banner02.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('entry') }}">
  15.         <img src="/ec/html/user_data/banner/kaitoroku600.png" width=90%>
  16.         </a>
  17.       </div>
  18.       
  19.       <div class="ec-topicRole__listItem">
  20.         
  21.         <img src="/ec/html/user_data/banner/qr-osirase600.png">
  22.       </div>  
  23.     </div>
  24.     </div>
  25. </div>