custom/plugins/SsikLibertyTheme/src/Resources/views/storefront/ssik/header-floating.html.twig line 1

Open in your IDE?
  1. {% block ssik_layout_header_floating %}
  2.     {% set isStickyNavigation = config('SsikLibertyTheme.config.headerStickyNav') %}
  3.     {% if isStickyNavigation == 1 %}
  4.         <div class="header-floating is-sticky" data-header-floating="true"></div>
  5.     {% endif %}
  6.     
  7. {% endblock %}