custom/plugins/JkwebShopwareCookieAcceptPlugin/src/Resources/views/storefront/layout/meta.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
  2. {% block layout_head_stylesheet %}
  3.     {{ parent() }}
  4.     <script type="text/javascript">
  5.         {% if config('JkwebShopwareCookieAcceptPlugin.config.reload') %}
  6.         window.COOKIE_ACCEPT_RELOAD = 1;
  7.         {% else %}
  8.         window.COOKIE_ACCEPT_RELOAD = 0;
  9.         {% endif %}
  10.     </script>
  11. {% endblock %}