var/cache/dev_h8a504f2468b79c92c87215f2f3293b0a/twig/b3/b3df141f47e5d808aa522761bec1580a17c49ee6ca45982ae82bdd159fa7d1b6.php line 49

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use function Shopware\Core\Framework\Adapter\Twig\sw_get_attribute;
  4. use function Shopware\Core\Framework\Adapter\Twig\sw_escape_filter;
  5. use Twig\Error\LoaderError;
  6. use Twig\Error\RuntimeError;
  7. use Twig\Extension\SandboxExtension;
  8. use Twig\Markup;
  9. use Twig\Sandbox\SecurityError;
  10. use Twig\Sandbox\SecurityNotAllowedTagError;
  11. use Twig\Sandbox\SecurityNotAllowedFilterError;
  12. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  13. use Twig\Source;
  14. use Twig\Template;
  15. /* @BDLCustomThemeChanges/storefront/layout/header/header.html.twig */
  16. class __TwigTemplate_d105a3219ee11a453699aecd7df987c5 extends Template
  17. {
  18.     private $source;
  19.     private $macros = [];
  20.     public function __construct(Environment $env)
  21.     {
  22.         parent::__construct($env);
  23.         $this->source $this->getSourceContext();
  24.         $this->blocks = [
  25.             'layout_header_navigation' => [$this'block_layout_header_navigation'],
  26.             'layout_header_logo' => [$this'block_layout_header_logo'],
  27.             'layout_header_search' => [$this'block_layout_header_search'],
  28.             'layout_header_navigation_toggle_tablet' => [$this'block_layout_header_navigation_toggle_tablet'],
  29.             'layout_header_actions' => [$this'block_layout_header_actions'],
  30.             'layout_header_navigation_toggle' => [$this'block_layout_header_navigation_toggle'],
  31.             'layout_header_navigation_toggle_button' => [$this'block_layout_header_navigation_toggle_button'],
  32.             'layout_header_navigation_toggle_button_icon' => [$this'block_layout_header_navigation_toggle_button_icon'],
  33.             'layout_header_search_toggle' => [$this'block_layout_header_search_toggle'],
  34.             'layout_header_actions_cart' => [$this'block_layout_header_actions_cart'],
  35.         ];
  36.     }
  37.     protected function doGetParent(array $context)
  38.     {
  39.         // line 2
  40.         return "@Storefront/storefront/layout/header/header.html.twig";
  41.     }
  42.     protected function doDisplay(array $context, array $blocks = [])
  43.     {
  44.         $macros $this->macros;
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@BDLCustomThemeChanges/storefront/layout/header/header.html.twig"));
  47.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  48.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@BDLCustomThemeChanges/storefront/layout/header/header.html.twig"));
  49.         $this->parent $this->loadTemplate("@Storefront/storefront/layout/header/header.html.twig""@BDLCustomThemeChanges/storefront/layout/header/header.html.twig"2);
  50.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  51.         
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  53.         
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  55.     }
  56.     // line 3
  57.     public function block_layout_header_navigation($context, array $blocks = [])
  58.     {
  59.         $macros $this->macros;
  60.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  61.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_header_navigation"));
  62.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  63.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_header_navigation"));
  64.         // line 4
  65.         echo "    <div class=\"container\">
  66.         <div class=\"row align-items-center py-3\">
  67.             ";
  68.         // line 6
  69.         $this->displayBlock('layout_header_logo'$context$blocks);
  70.         // line 11
  71.         echo "
  72.             ";
  73.         // line 12
  74.         $this->displayBlock('layout_header_search'$context$blocks);
  75.         // line 30
  76.         echo "
  77.             ";
  78.         // line 31
  79.         $this->displayBlock('layout_header_actions'$context$blocks);
  80.         // line 88
  81.         echo "        </div>
  82.     </div>
  83. ";
  84.         
  85.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  86.         
  87.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  88.     }
  89.     // line 6
  90.     public function block_layout_header_logo($context, array $blocks = [])
  91.     {
  92.         $macros $this->macros;
  93.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  94.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_header_logo"));
  95.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  96.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_header_logo"));
  97.         // line 7
  98.         echo "                <div class=\"col-12 col-lg-auto header-logo-col\">
  99.                     ";
  100.         // line 8
  101.         $this->loadTemplate("@Storefront/storefront/layout/header/logo.html.twig""@BDLCustomThemeChanges/storefront/layout/header/header.html.twig"8)->display($context);
  102.         // line 9
  103.         echo "                </div>
  104.             ";
  105.         
  106.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  107.         
  108.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  109.     }
  110.     // line 12
  111.     public function block_layout_header_search($context, array $blocks = [])
  112.     {
  113.         $macros $this->macros;
  114.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  115.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_header_search"));
  116.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  117.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_header_search"));
  118.         // line 13
  119.         echo "                <div class=\"col-12 order-2 col-sm order-sm-1 header-search-col \">
  120.                     <div class=\"row\">
  121.                         <div class=\"col-sm-auto d-none d-sm-block d-lg-none\">
  122.                             ";
  123.         // line 16
  124.         $this->displayBlock('layout_header_navigation_toggle_tablet'$context$blocks);
  125.         // line 21
  126.         echo "                        </div>
  127.                         <div class=\"col\">
  128.                              ";
  129.         // line 24
  130.         echo "                                ";
  131.         $this->loadTemplate("@Storefront/storefront/layout/header/search.html.twig""@BDLCustomThemeChanges/storefront/layout/header/header.html.twig"24)->display($context);
  132.         // line 25
  133.         echo "                            ";
  134.         // line 26
  135.         echo "                        </div>
  136.                     </div>
  137.                 </div>
  138.             ";
  139.         
  140.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  141.         
  142.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  143.     }
  144.     // line 16
  145.     public function block_layout_header_navigation_toggle_tablet($context, array $blocks = [])
  146.     {
  147.         $macros $this->macros;
  148.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  149.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_header_navigation_toggle_tablet"));
  150.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  151.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_header_navigation_toggle_tablet"));
  152.         // line 17
  153.         echo "                                ";
  154.         // line 18
  155.         echo "                                    
  156.                                 ";
  157.         // line 20
  158.         echo "                            ";
  159.         
  160.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  161.         
  162.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  163.     }
  164.     // line 31
  165.     public function block_layout_header_actions($context, array $blocks = [])
  166.     {
  167.         $macros $this->macros;
  168.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  169.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_header_actions"));
  170.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  171.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_header_actions"));
  172.         // line 32
  173.         echo "                <div class=\"col-12 order-1 col-sm-auto order-sm-2 header-actions-col\">
  174.                     <div class=\"row\">
  175.                         ";
  176.         // line 34
  177.         $this->displayBlock('layout_header_navigation_toggle'$context$blocks);
  178.         // line 50
  179.         echo "
  180.                         ";
  181.         // line 51
  182.         $this->displayBlock('layout_header_search_toggle'$context$blocks);
  183.         // line 68
  184.         echo "                           
  185.                         ";
  186.         // line 71
  187.         $this->displayBlock('layout_header_actions_cart'$context$blocks);
  188.         // line 85
  189.         echo "                    </div>
  190.                 </div>
  191.             ";
  192.         
  193.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  194.         
  195.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  196.     }
  197.     // line 34
  198.     public function block_layout_header_navigation_toggle($context, array $blocks = [])
  199.     {
  200.         $macros $this->macros;
  201.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  202.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_header_navigation_toggle"));
  203.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  204.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_header_navigation_toggle"));
  205.         // line 35
  206.         echo "                            <div class=\"col d-sm-none\">
  207.                                 <div class=\"menu-button\">
  208.                                     ";
  209.         // line 37
  210.         $this->displayBlock('layout_header_navigation_toggle_button'$context$blocks);
  211.         // line 47
  212.         echo "                                </div>
  213.                             </div>
  214.                         ";
  215.         
  216.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  217.         
  218.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  219.     }
  220.     // line 37
  221.     public function block_layout_header_navigation_toggle_button($context, array $blocks = [])
  222.     {
  223.         $macros $this->macros;
  224.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  225.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_header_navigation_toggle_button"));
  226.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  227.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_header_navigation_toggle_button"));
  228.         // line 38
  229.         echo "                                        <button class=\"btn nav-main-toggle-btn header-actions-btn  \"
  230.                                                 type=\"button\"
  231.                                                 data-offcanvas-menu=\"true\"
  232.                                                 aria-label=\"";
  233.         // line 41
  234.         echo sw_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("general.menuLink"), "html"nulltrue);
  235.         echo "\">
  236.                                             ";
  237.         // line 42
  238.         $this->displayBlock('layout_header_navigation_toggle_button_icon'$context$blocks);
  239.         // line 45
  240.         echo "                                        </button>
  241.                                     ";
  242.         
  243.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  244.         
  245.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  246.     }
  247.     // line 42
  248.     public function block_layout_header_navigation_toggle_button_icon($context, array $blocks = [])
  249.     {
  250.         $macros $this->macros;
  251.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  252.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_header_navigation_toggle_button_icon"));
  253.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  254.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_header_navigation_toggle_button_icon"));
  255.         // line 43
  256.         echo "                                                ";
  257.         ((function () use ($context$blocks) {
  258.             $finder $this->env->getExtension('Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension')->getFinder();
  259.             $includeTemplate $finder->find("@Storefront/storefront/utilities/icon.html.twig");
  260.             return $this->loadTemplate($includeTemplate ?? null"@BDLCustomThemeChanges/storefront/layout/header/header.html.twig"43);
  261.         })())->display(twig_array_merge($context, ["name" => "stack"]));
  262.         // line 44
  263.         echo "                                            ";
  264.         
  265.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  266.         
  267.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  268.     }
  269.     // line 51
  270.     public function block_layout_header_search_toggle($context, array $blocks = [])
  271.     {
  272.         $macros $this->macros;
  273.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  274.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_header_search_toggle"));
  275.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  276.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_header_search_toggle"));
  277.         // line 52
  278.         echo "                            <div class=\"col-auto d-sm-none\">
  279.                                 ";
  280.         // line 54
  281.         echo "                                    <div class=\"search-toggle\">
  282.                                         <button class=\"btn header-actions-btn search-toggle-btn js-search-toggle-btn collapsed\"
  283.                                                 type=\"button\"
  284.                                                 data-toggle=\"collapse\"
  285.                                                 data-target=\"#searchCollapse\"
  286.                                                 aria-expanded=\"false\"
  287.                                                 aria-controls=\"searchCollapse\"
  288.                                                 aria-label=\"";
  289.         // line 61
  290.         echo sw_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header.searchButton"), "html"nulltrue);
  291.         echo "\">
  292.                                             ";
  293.         // line 62
  294.         ((function () use ($context$blocks) {
  295.             $finder $this->env->getExtension('Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension')->getFinder();
  296.             $includeTemplate $finder->find("@Storefront/storefront/utilities/icon.html.twig");
  297.             return $this->loadTemplate($includeTemplate ?? null"@BDLCustomThemeChanges/storefront/layout/header/header.html.twig"62);
  298.         })())->display(twig_array_merge($context, ["name" => "search"]));
  299.         // line 63
  300.         echo "                                        </button>
  301.                                     </div>
  302.                                 ";
  303.         // line 66
  304.         echo "                            </div>
  305.                         ";
  306.         
  307.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  308.         
  309.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  310.     }
  311.     // line 71
  312.     public function block_layout_header_actions_cart($context, array $blocks = [])
  313.     {
  314.         $macros $this->macros;
  315.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  316.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_header_actions_cart"));
  317.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  318.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_header_actions_cart"));
  319.         // line 72
  320.         echo "                            <div class=\"col-auto\">
  321.                                 <div class=\"header-cart\"
  322.                                      data-offcanvas-cart=\"true\">
  323.                                     <a class=\"btn header-cart-btn header-actions-btn \"
  324.                                        href=\"";
  325.         // line 76
  326.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.checkout.cart.page");
  327.         echo "\"
  328.                                        data-cart-widget=\"true\"
  329.                                        title=\"";
  330.         // line 78
  331.         echo sw_escape_filter($this->envtwig_striptags($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("checkout.cartTitle")), "html"nulltrue);
  332.         echo "\"
  333.                                        aria-label=\"";
  334.         // line 79
  335.         echo sw_escape_filter($this->envtwig_striptags($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("checkout.cartTitle")), "html"nulltrue);
  336.         echo "\">
  337.                                         ";
  338.         // line 80
  339.         $this->loadTemplate("@WebkulShowPriceAfterLogin/storefront/layout/header/actions/cart-widget.html.twig""@BDLCustomThemeChanges/storefront/layout/header/header.html.twig"80)->display($context);
  340.         // line 81
  341.         echo "                                    </a>
  342.                                 </div>
  343.                             </div>
  344.                         ";
  345.         
  346.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  347.         
  348.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  349.     }
  350.     public function getTemplateName()
  351.     {
  352.         return "@BDLCustomThemeChanges/storefront/layout/header/header.html.twig";
  353.     }
  354.     public function isTraitable()
  355.     {
  356.         return false;
  357.     }
  358.     public function getDebugInfo()
  359.     {
  360.         return array (  404 => 81,  402 => 80,  398 => 79,  394 => 78,  389 => 76,  383 => 72,  373 => 71,  362 => 66,  358 => 63,  350 => 62,  346 => 61,  337 => 54,  334 => 52,  324 => 51,  314 => 44,  305 => 43,  295 => 42,  284 => 45,  282 => 42,  278 => 41,  273 => 38,  263 => 37,  251 => 47,  249 => 37,  245 => 35,  235 => 34,  223 => 85,  221 => 71,  216 => 68,  214 => 51,  211 => 50,  209 => 34,  205 => 32,  195 => 31,  185 => 20,  182 => 18,  180 => 17,  170 => 16,  157 => 26,  155 => 25,  152 => 24,  148 => 21,  146 => 16,  141 => 13,  131 => 12,  120 => 9,  118 => 8,  115 => 7,  105 => 6,  93 => 88,  91 => 31,  88 => 30,  86 => 12,  83 => 11,  81 => 6,  77 => 4,  67 => 3,  44 => 2,);
  361.     }
  362.     public function getSourceContext()
  363.     {
  364.         return new Source("{% sw_extends '@Storefront/storefront/layout/header/header.html.twig' %}
  365. {% block layout_header_navigation %}
  366.     <div class=\"container\">
  367.         <div class=\"row align-items-center py-3\">
  368.             {% block layout_header_logo %}
  369.                 <div class=\"col-12 col-lg-auto header-logo-col\">
  370.                     {% sw_include '@Storefront/storefront/layout/header/logo.html.twig' %}
  371.                 </div>
  372.             {% endblock %}
  373.             {% block layout_header_search %}
  374.                 <div class=\"col-12 order-2 col-sm order-sm-1 header-search-col \">
  375.                     <div class=\"row\">
  376.                         <div class=\"col-sm-auto d-none d-sm-block d-lg-none\">
  377.                             {% block layout_header_navigation_toggle_tablet %}
  378.                                 {# {% if shopware.theme['rhweb-header-layout-header-search']  %} #}
  379.                                     
  380.                                 {# {% endif %} #}
  381.                             {% endblock %}
  382.                         </div>
  383.                         <div class=\"col\">
  384.                              {# {% if shopware.theme['rhweb-header-layout-header-search'] %} #}
  385.                                 {% sw_include '@Storefront/storefront/layout/header/search.html.twig' %}
  386.                             {# {% endif %} #}
  387.                         </div>
  388.                     </div>
  389.                 </div>
  390.             {% endblock %}
  391.             {% block layout_header_actions %}
  392.                 <div class=\"col-12 order-1 col-sm-auto order-sm-2 header-actions-col\">
  393.                     <div class=\"row\">
  394.                         {% block layout_header_navigation_toggle %}
  395.                             <div class=\"col d-sm-none\">
  396.                                 <div class=\"menu-button\">
  397.                                     {% block layout_header_navigation_toggle_button %}
  398.                                         <button class=\"btn nav-main-toggle-btn header-actions-btn  \"
  399.                                                 type=\"button\"
  400.                                                 data-offcanvas-menu=\"true\"
  401.                                                 aria-label=\"{{ \"general.menuLink\"|trans }}\">
  402.                                             {% block layout_header_navigation_toggle_button_icon %}
  403.                                                 {% sw_icon 'stack' %}
  404.                                             {% endblock %}
  405.                                         </button>
  406.                                     {% endblock %}
  407.                                 </div>
  408.                             </div>
  409.                         {% endblock %}
  410.                         {% block layout_header_search_toggle %}
  411.                             <div class=\"col-auto d-sm-none\">
  412.                                 {# {% if shopware.theme['rhweb-header-layout-header-search'] %} #}
  413.                                     <div class=\"search-toggle\">
  414.                                         <button class=\"btn header-actions-btn search-toggle-btn js-search-toggle-btn collapsed\"
  415.                                                 type=\"button\"
  416.                                                 data-toggle=\"collapse\"
  417.                                                 data-target=\"#searchCollapse\"
  418.                                                 aria-expanded=\"false\"
  419.                                                 aria-controls=\"searchCollapse\"
  420.                                                 aria-label=\"{{ \"header.searchButton\"|trans }}\">
  421.                                             {% sw_icon 'search' %}
  422.                                         </button>
  423.                                     </div>
  424.                                 {# {% endif %} #}
  425.                             </div>
  426.                         {% endblock %}
  427.                            
  428.                         {% block layout_header_actions_cart %}
  429.                             <div class=\"col-auto\">
  430.                                 <div class=\"header-cart\"
  431.                                      data-offcanvas-cart=\"true\">
  432.                                     <a class=\"btn header-cart-btn header-actions-btn \"
  433.                                        href=\"{{ path('frontend.checkout.cart.page') }}\"
  434.                                        data-cart-widget=\"true\"
  435.                                        title=\"{{ 'checkout.cartTitle'|trans|striptags }}\"
  436.                                        aria-label=\"{{ 'checkout.cartTitle'|trans|striptags }}\">
  437.                                         {% sw_include '@Storefront/storefront/layout/header/actions/cart-widget.html.twig' %}
  438.                                     </a>
  439.                                 </div>
  440.                             </div>
  441.                         {% endblock %}
  442.                     </div>
  443.                 </div>
  444.             {% endblock %}
  445.         </div>
  446.     </div>
  447. {% endblock %}
  448. ""@BDLCustomThemeChanges/storefront/layout/header/header.html.twig""/home/bardahls/shopware/custom/plugins/BDLCustomThemeChanges/src/Resources/views/storefront/layout/header/header.html.twig");
  449.     }
  450. }