src/Eccube/Resource/template/default/Block/pagetop.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. {% block main %}
  9.     <div class="ec-blockTopBtn pagetop fixed z-50 right-[48px] md:right-[24px] bottom-6 md:bottom-4 hover">
  10.         <img src="{{asset('assets/icon/top.svg')}}" alt="" class=" w-10 h-10">
  11.     </div>
  12. {% endblock %}