app/template/default/css.twig line 1

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE, Generative by INSPIRATION
  3. #}
  4.     <!-- ▽ this page only ▽ -->
  5. {% if app.request.get('_route') == 'homepage' %}
  6.     <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
  7.     <link rel="stylesheet" href="{{ asset('assets/css/swiper-customize.min.css') }}">
  8. {% elseif app.request.get('_route') == 'product_list' %}
  9. {% elseif app.request.get('_route') == 'product_detail' %}
  10. {% endif %}
  11.     <!-- △ this page only △ -->