custom/plugins/TcinnThemeWareClean/src/Resources/views/storefront/layout/cookie/cookie-permission.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/cookie/cookie-permission.html.twig' %}
  2. {# ThemeWare® HC-Architecture® via configuration #}
  3. {# TODO: prüfen... #}
  4. {# ---------------- START: SET TEMPLATE VARS ---------------- #}
  5. {# ThemeWare: Set theme variables #}
  6. {% set twtCookiePermissionShow = theme_config('twt-cookie-permission-show') %}
  7. {# ---------------- END: SET TEMPLATE VARS ---------------- #}
  8. {# ThemeWare: Adjustments on the cookie premission #}
  9. {# HC-Architecture @Doku #}
  10. {% block layout_cookie_permission_inner %}
  11.     {% if twtCookiePermissionShow == 1 %}
  12.         {# ThemeWare: "Cookie-Hinweis" entfernen. #}
  13.     {% else %}
  14.         {# Default block #}
  15.         {{ parent() }}
  16.     {% endif %}
  17. {% endblock %}