var/cache/dev/twig/36/36df8e94bc1a6e5e667172854afca3a3.php line 393

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* default/snippet/header.html.twig */
  14. class __TwigTemplate_c5397a996db90226d14435ad8e91b5f2 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.         ];
  25.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  26.         $this->checkSecurity();
  27.     }
  28.     protected function doDisplay(array $context, array $blocks = [])
  29.     {
  30.         $macros $this->macros;
  31.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  32.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""default/snippet/header.html.twig"));
  33.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  34.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""default/snippet/header.html.twig"));
  35.         // line 4
  36.         if ((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'4$this->source); })())) {
  37.             // line 5
  38.             echo "    <style>
  39.         .header-container {
  40.             background-color: #1A1821;
  41.             min-height: 500px;
  42.             color: #fff !important;
  43.             padding: 10px;
  44.         }
  45.         a {
  46.             color: #fff;
  47.             font-weight: bold;
  48.         }
  49.     </style>
  50.     <div class=\"container header-container\">
  51.         <h1>Felső linkek:</h1>
  52.         ";
  53.             // line 19
  54.             $context['_parent'] = $context;
  55.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"block""header-upper-row"), "iterator", [], "any"falsefalsetrue19));
  56.             foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  57.                 // line 20
  58.                 echo "            <div>
  59.                 <p>Link:<br>";
  60.                 // line 21
  61.                 echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link""link", ["required" => "linkonly"]);
  62.                 echo "</p>
  63.                 <hr>
  64.             </div>
  65.         ";
  66.             }
  67.             $_parent $context['_parent'];
  68.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  69.             $context array_intersect_key($context$_parent) + $_parent;
  70.             // line 25
  71.             echo "
  72.         <h1>Kollekciók oldalak:</h1>
  73.         ";
  74.             // line 27
  75.             $context['_parent'] = $context;
  76.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"block""header-main-category-row"), "iterator", [], "any"falsefalsetrue27));
  77.             foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  78.                 // line 28
  79.                 echo "            <div>
  80.                 <p>Kép:<br>";
  81.                 // line 29
  82.                 echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""image", ["required" => true]);
  83.                 echo "</p>
  84.                 <hr>
  85.             </div>
  86.         ";
  87.             }
  88.             $_parent $context['_parent'];
  89.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  90.             $context array_intersect_key($context$_parent) + $_parent;
  91.             // line 33
  92.             echo "        <h1>Első alkollekciók oldal linkek:</h1>
  93.         ";
  94.             // line 34
  95.             $context['_parent'] = $context;
  96.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"block""header-category-row"), "iterator", [], "any"falsefalsetrue34));
  97.             foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  98.                 // line 35
  99.                 echo "            <div>
  100.                 <p>Link:<br>";
  101.                 // line 36
  102.                 echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link""link", ["required" => "linkonly"]);
  103.                 echo "</p>
  104.                 <p>Kép:<br>";
  105.                 // line 37
  106.                 echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""image", ["required" => true]);
  107.                 echo "</p>
  108.                 <hr>
  109.             </div>
  110.         ";
  111.             }
  112.             $_parent $context['_parent'];
  113.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  114.             $context array_intersect_key($context$_parent) + $_parent;
  115.             // line 41
  116.             echo "        <h1>Második alkollekciók oldal linkek:</h1>
  117.         ";
  118.             // line 42
  119.             $context['_parent'] = $context;
  120.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"block""header-category-row2"), "iterator", [], "any"falsefalsetrue42));
  121.             foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  122.                 // line 43
  123.                 echo "            <div>
  124.                 <p>Link:<br>";
  125.                 // line 44
  126.                 echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link""link", ["required" => "linkonly"]);
  127.                 echo "</p>
  128.                 <p>Kép:<br>";
  129.                 // line 45
  130.                 echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""image", ["required" => true]);
  131.                 echo "</p>
  132.                 <hr>
  133.             </div>
  134.         ";
  135.             }
  136.             $_parent $context['_parent'];
  137.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  138.             $context array_intersect_key($context$_parent) + $_parent;
  139.             // line 49
  140.             echo "    </div>
  141. ";
  142.         } else {
  143.             // line 51
  144.             echo "    <header>
  145.         <nav class=\"navbar navbar-light\">
  146.             <div class=\"container navbar-wrapper\">
  147.                 <button type=\"button\" class=\"navbar-toggler collapsed\" data-toggle=\"collapse\" data-target=\"#navMenu\">
  148.                     <span class=\"toggler-icon top-bar\"></span>
  149.                     <span class=\"toggler-icon bottom-bar\"></span>
  150.                 </button>
  151.                 <nav aria-label=\"breadcrumb\" class=\"breadcrumb-navigation\">
  152.                     <ul class=\"breadcrumb\">
  153.                         ";
  154.             // line 61
  155.             $context["breadcrumbCategory"] = twig_get_attribute($this->env$this->source$this->env->getFunction('pimcore_placeholder')->getCallable()("breadcrumbCategory"), "getValue", [], "method"falsefalsetrue61);
  156.             // line 62
  157.             echo "                        ";
  158.             if ($this->env->getTest('instanceof')->getCallable()((isset($context["breadcrumbCategory"]) || array_key_exists("breadcrumbCategory"$context) ? $context["breadcrumbCategory"] : (function () { throw new RuntimeError('Variable "breadcrumbCategory" does not exist.'62$this->source); })()), "Pimcore\\Model\\DataObject\\CoreShopCategory")) {
  159.                 // line 63
  160.                 echo "                            <li class=\"breadcrumb-item\" aria-current=\"page\"><a href=\"/\">Főoldal</a></li>
  161.                             <li class=\"breadcrumb-item\" aria-current=\"page\"><a
  162.                                     href=\"";
  163.                 // line 65
  164.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("e_boutique");
  165.                 echo "\">E-Boutique</a></li>
  166.                             ";
  167.                 // line 66
  168.                 $context['_parent'] = $context;
  169.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["breadcrumbCategory"]) || array_key_exists("breadcrumbCategory"$context) ? $context["breadcrumbCategory"] : (function () { throw new RuntimeError('Variable "breadcrumbCategory" does not exist.'66$this->source); })()), "hierarchy", [], "any"falsefalsetrue66));
  170.                 foreach ($context['_seq'] as $context["key"] => $context["cat"]) {
  171.                     // line 67
  172.                     echo "                                ";
  173.                     if ((($context["key"] + 1) == twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["breadcrumbCategory"]) || array_key_exists("breadcrumbCategory"$context) ? $context["breadcrumbCategory"] : (function () { throw new RuntimeError('Variable "breadcrumbCategory" does not exist.'67$this->source); })()), "hierarchy", [], "any"falsefalsetrue67)))) {
  174.                         // line 68
  175.                         echo "                                    <li class=\"breadcrumb-item\" aria-current=\"page\"><a>";
  176.                         echo twig_escape_filter($this->envtwig_upper_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["cat"], "name", [], "any"falsefalsetrue68), 68$this->source)), "html"nulltrue);
  177.                         echo "</a></li>
  178.                                 ";
  179.                     } else {
  180.                         // line 70
  181.                         echo "                                    <li class=\"breadcrumb-item\" aria-current=\"page\"><a
  182.                                             href=\"";
  183.                         // line 71
  184.                         echo twig_escape_filter($this->env$this->env->getFunction('pimcore_url')->getCallable()(["object" => $context["cat"]]), "html"nulltrue);
  185.                         echo "\"
  186.                                             title=\"";
  187.                         // line 72
  188.                         echo twig_escape_filter($this->envtwig_upper_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["cat"], "name", [], "any"falsefalsetrue72), 72$this->source)), "html"nulltrue);
  189.                         echo "\">";
  190.                         echo twig_escape_filter($this->envtwig_upper_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["cat"], "name", [], "any"falsefalsetrue72), 72$this->source)), "html"nulltrue);
  191.                         echo "</a></li>
  192.                                 ";
  193.                     }
  194.                     // line 74
  195.                     echo "                            ";
  196.                 }
  197.                 $_parent $context['_parent'];
  198.                 unset($context['_seq'], $context['_iterated'], $context['key'], $context['cat'], $context['_parent'], $context['loop']);
  199.                 $context array_intersect_key($context$_parent) + $_parent;
  200.                 // line 75
  201.                 echo "                        ";
  202.             }
  203.             // line 76
  204.             echo "                        ";
  205.             $context["breadcrumbProduct"] = twig_get_attribute($this->env$this->source$this->env->getFunction('pimcore_placeholder')->getCallable()("breadcrumbProduct"), "getValue", [], "method"falsefalsetrue76);
  206.             // line 77
  207.             echo "                        ";
  208.             if ($this->env->getTest('instanceof')->getCallable()((isset($context["breadcrumbProduct"]) || array_key_exists("breadcrumbProduct"$context) ? $context["breadcrumbProduct"] : (function () { throw new RuntimeError('Variable "breadcrumbProduct" does not exist.'77$this->source); })()), "Pimcore\\Model\\DataObject\\CoreShopProduct")) {
  209.                 // line 78
  210.                 echo "                            <li class=\"breadcrumb-item\" aria-current=\"page\"><a href=\"/\">Főoldal</a></li>
  211.                             <li class=\"breadcrumb-item\" aria-current=\"page\"><a
  212.                                     href=\"";
  213.                 // line 80
  214.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("e_boutique");
  215.                 echo "\">E-Boutique</a></li>
  216.                             ";
  217.                 // line 81
  218.                 if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["breadcrumbProduct"]) || array_key_exists("breadcrumbProduct"$context) ? $context["breadcrumbProduct"] : (function () { throw new RuntimeError('Variable "breadcrumbProduct" does not exist.'81$this->source); })()), "categories", [], "any"falsefalsetrue81)) > 0)) {
  219.                     // line 82
  220.                     echo "                                ";
  221.                     $context['_parent'] = $context;
  222.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_last($this->envtwig_get_attribute($this->env$this->source, (isset($context["breadcrumbProduct"]) || array_key_exists("breadcrumbProduct"$context) ? $context["breadcrumbProduct"] : (function () { throw new RuntimeError('Variable "breadcrumbProduct" does not exist.'82$this->source); })()), "categories", [], "any"falsefalsetrue82)), "hierarchy", [], "any"falsefalsetrue82));
  223.                     foreach ($context['_seq'] as $context["_key"] => $context["cat"]) {
  224.                         // line 83
  225.                         echo "                                    <li class=\"breadcrumb-item\" aria-current=\"page\"><a
  226.                                             href=\"";
  227.                         // line 84
  228.                         echo twig_escape_filter($this->env$this->env->getFunction('pimcore_url')->getCallable()(["object" => $context["cat"]]), "html"nulltrue);
  229.                         echo "\"
  230.                                             title=\"";
  231.                         // line 85
  232.                         echo twig_escape_filter($this->envtwig_upper_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["cat"], "name", [], "any"falsefalsetrue85), 85$this->source)), "html"nulltrue);
  233.                         echo "\">";
  234.                         echo twig_escape_filter($this->envtwig_upper_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["cat"], "name", [], "any"falsefalsetrue85), 85$this->source)), "html"nulltrue);
  235.                         echo "</a></li>
  236.                                 ";
  237.                     }
  238.                     $_parent $context['_parent'];
  239.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['cat'], $context['_parent'], $context['loop']);
  240.                     $context array_intersect_key($context$_parent) + $_parent;
  241.                     // line 87
  242.                     echo "                            ";
  243.                 }
  244.                 // line 88
  245.                 echo "                            <li class=\"breadcrumb-item\" aria-current=\"page\"><a
  246.                                     title=\"";
  247.                 // line 89
  248.                 echo twig_escape_filter($this->envtwig_upper_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["breadcrumbProduct"]) || array_key_exists("breadcrumbProduct"$context) ? $context["breadcrumbProduct"] : (function () { throw new RuntimeError('Variable "breadcrumbProduct" does not exist.'89$this->source); })()), "sku", [], "any"falsefalsetrue89), 89$this->source)), "html"nulltrue);
  249.                 echo "\">";
  250.                 echo twig_escape_filter($this->envtwig_upper_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["breadcrumbProduct"]) || array_key_exists("breadcrumbProduct"$context) ? $context["breadcrumbProduct"] : (function () { throw new RuntimeError('Variable "breadcrumbProduct" does not exist.'89$this->source); })()), "sku", [], "any"falsefalsetrue89), 89$this->source)), "html"nulltrue);
  251.                 echo "</a>
  252.                             </li>
  253.                         ";
  254.             }
  255.             // line 92
  256.             echo "                        ";
  257.             $context["breadcrumbNews"] = twig_get_attribute($this->env$this->source$this->env->getFunction('pimcore_placeholder')->getCallable()("breadcrumbNews"), "getValue", [], "method"falsefalsetrue92);
  258.             // line 93
  259.             echo "                        ";
  260.             if ((isset($context["breadcrumbNews"]) || array_key_exists("breadcrumbNews"$context) ? $context["breadcrumbNews"] : (function () { throw new RuntimeError('Variable "breadcrumbNews" does not exist.'93$this->source); })())) {
  261.                 // line 94
  262.                 echo "                            ";
  263.                 $context['_parent'] = $context;
  264.                 $context['_seq'] = twig_ensure_traversable((isset($context["breadcrumbNews"]) || array_key_exists("breadcrumbNews"$context) ? $context["breadcrumbNews"] : (function () { throw new RuntimeError('Variable "breadcrumbNews" does not exist.'94$this->source); })()));
  265.                 foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
  266.                     // line 95
  267.                     echo "                                ";
  268.                     if ((null === twig_get_attribute($this->env$this->source$context["item"], "path", [], "any"falsefalsetrue95))) {
  269.                         // line 96
  270.                         echo "                                    <li class=\"breadcrumb-item\" aria-current=\"page\"><a
  271.                                             title=\"";
  272.                         // line 97
  273.                         echo twig_escape_filter($this->envtwig_upper_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["item"], "title", [], "any"falsefalsetrue97), 97$this->source)), "html"nulltrue);
  274.                         echo "\">";
  275.                         echo twig_escape_filter($this->envtwig_upper_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["item"], "title", [], "any"falsefalsetrue97), 97$this->source)), "html"nulltrue);
  276.                         echo "</a></li>
  277.                                 ";
  278.                     } else {
  279.                         // line 99
  280.                         echo "                                    <li class=\"breadcrumb-item\" aria-current=\"page\"><a href=\"";
  281.                         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["item"], "path", [], "any"falsefalsetrue99), 99$this->source), "html"nulltrue);
  282.                         echo "\"
  283.                                                                                        title=\"";
  284.                         // line 100
  285.                         echo twig_escape_filter($this->envtwig_upper_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["item"], "title", [], "any"falsefalsetrue100), 100$this->source)), "html"nulltrue);
  286.                         echo "\">";
  287.                         echo twig_escape_filter($this->envtwig_upper_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["item"], "title", [], "any"falsefalsetrue100), 100$this->source)), "html"nulltrue);
  288.                         echo "</a>
  289.                                     </li>
  290.                                 ";
  291.                     }
  292.                     // line 103
  293.                     echo "                            ";
  294.                 }
  295.                 $_parent $context['_parent'];
  296.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
  297.                 $context array_intersect_key($context$_parent) + $_parent;
  298.                 // line 104
  299.                 echo "                        ";
  300.             }
  301.             // line 105
  302.             echo "                    </ul>
  303.                 </nav>
  304.                 <div>
  305.                     <a class=\"navbar-brand\" href=\"/\">
  306.                         <img src=\"";
  307.             // line 109
  308.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/themes/frontend/images/seiko-boutique-logo.svg"), "html"nulltrue);
  309.             echo "\" alt=\"Seiko Boutique\">
  310.                     </a>
  311.                 </div>
  312.                 <div class=\"search-bar-wrapper\" id=\"searchBar\">
  313.                     <form action=\"/kereso/\" method=\"get\">
  314.                         <input type=\"search\" id=\"site-search\" name=\"q\">
  315.                         <button type=\"button\" onclick=\"closeSearch()\" class=\"\">
  316.                             <img src=\"";
  317.             // line 116
  318.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/themes/frontend/images/close.svg"), "html"nulltrue);
  319.             echo "\" alt=\"Bezárás\">
  320.                         </button>
  321.                     </form>
  322.                 </div>
  323.                 <div id=\"navIconList\">
  324.                     <button id=\"navbar-search-button\" onclick=\"openSearch()\" type=\"button\" class=\"btn navIcon\">
  325.                         <img src=\"";
  326.             // line 122
  327.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/themes/frontend/images/search.svg"), "html"nulltrue);
  328.             echo "\" alt=\"Keresés\">
  329.                     </button>
  330.                     <div id=\"wishlist-widget\">
  331.                         ";
  332.             // line 125
  333.             echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Ecommerce\\Controller\\WishListController::wishlistWidgetAction", ["ignore_errors" => true]));
  334.             // line 127
  335.             echo "
  336.                     </div>
  337.                     <div id=\"mini-cart-container\">
  338.                         ";
  339.             // line 130
  340.             echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Ecommerce\\Controller\\CartController::widgetAction", ["ignore_errors" => true]));
  341.             echo "
  342.                     </div>
  343.                     <a href=\"";
  344.             // line 132
  345.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profil");
  346.             echo "\" class=\"btn navIcon\">
  347.                         <img src=\"";
  348.             // line 133
  349.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/frontend/images/profile.svg"), "html"nulltrue);
  350.             echo "\" alt=\"Profil\">
  351.                     </a>
  352.                 </div>
  353.             </div>
  354.             <!-- SEARCH  -->
  355.             <div class=\"searchbar\">
  356.                 <div style=\"flex: 1;\">
  357.                     <input id=\"serachbar-input-mobile\" type=\"text\" placeholder=\"Keresés...\"/>
  358.                 </div>
  359.                 <div>
  360.                     <button id=\"navbar-search-button-mobile\" type=\"button\" class=\"btn navIcon\">
  361.                         <img src=\"";
  362.             // line 144
  363.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/themes/frontend/images/search.svg"), "html"nulltrue);
  364.             echo "\" alt=\"Keresés\">
  365.                     </button>
  366.                 </div>
  367.             </div>
  368.             <div class=\"collapse navbar-collapse\" id=\"navMenu\">
  369.                 <ul class=\"row\" id=\"navMenuList\">
  370.                     ";
  371.             // line 150
  372.             $context["upperRow"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"block""header-upper-row");
  373.             // line 151
  374.             echo "                    ";
  375.             if (((isset($context["upperRow"]) || array_key_exists("upperRow"$context) ? $context["upperRow"] : (function () { throw new RuntimeError('Variable "upperRow" does not exist.'151$this->source); })()) && twig_get_attribute($this->env$this->source, (isset($context["upperRow"]) || array_key_exists("upperRow"$context) ? $context["upperRow"] : (function () { throw new RuntimeError('Variable "upperRow" does not exist.'151$this->source); })()), "getCount", [], "method"falsefalsetrue151))) {
  376.                 // line 152
  377.                 echo "                        ";
  378.                 $context['_parent'] = $context;
  379.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["upperRow"]) || array_key_exists("upperRow"$context) ? $context["upperRow"] : (function () { throw new RuntimeError('Variable "upperRow" does not exist.'152$this->source); })()), "iterator", [], "any"falsefalsetrue152));
  380.                 foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  381.                     // line 153
  382.                     echo "                            ";
  383.                     if ( !twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link""link"), "isEmpty", [], "method"falsefalsetrue153)) {
  384.                         // line 154
  385.                         echo "                                <li class=\"nav-item\">
  386.                                     ";
  387.                         // line 155
  388.                         echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link""link", ["class" => "nav-link"]);
  389.                         // line 157
  390.                         echo "
  391.                                 </li>
  392.                             ";
  393.                     }
  394.                     // line 160
  395.                     echo "                        ";
  396.                 }
  397.                 $_parent $context['_parent'];
  398.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  399.                 $context array_intersect_key($context$_parent) + $_parent;
  400.                 // line 161
  401.                 echo "                    ";
  402.             }
  403.             // line 162
  404.             echo "                </ul>
  405.                 <div class=\"row w-100 m-0\" id=\"navLogoList\">
  406.                     ";
  407.             // line 164
  408.             $context["categoryRow"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"block""header-main-category-row");
  409.             // line 165
  410.             echo "                    ";
  411.             if (((isset($context["categoryRow"]) || array_key_exists("categoryRow"$context) ? $context["categoryRow"] : (function () { throw new RuntimeError('Variable "categoryRow" does not exist.'165$this->source); })()) && twig_get_attribute($this->env$this->source, (isset($context["categoryRow"]) || array_key_exists("categoryRow"$context) ? $context["categoryRow"] : (function () { throw new RuntimeError('Variable "categoryRow" does not exist.'165$this->source); })()), "getCount", [], "method"falsefalsetrue165))) {
  412.                 // line 166
  413.                 echo "                        <div class=\"header-main-category-row\">
  414.                             ";
  415.                 // line 167
  416.                 $context['_parent'] = $context;
  417.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["categoryRow"]) || array_key_exists("categoryRow"$context) ? $context["categoryRow"] : (function () { throw new RuntimeError('Variable "categoryRow" does not exist.'167$this->source); })()), "iterator", [], "any"falsefalsetrue167));
  418.                 foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  419.                     // line 168
  420.                     echo "                                ";
  421.                     $context["link"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link""link");
  422.                     // line 169
  423.                     echo "                                ";
  424.                     $context["image"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""image");
  425.                     // line 170
  426.                     echo "                                ";
  427.                     if (((isset($context["image"]) || array_key_exists("image"$context) ? $context["image"] : (function () { throw new RuntimeError('Variable "image" does not exist.'170$this->source); })()) && twig_get_attribute($this->env$this->source, (isset($context["image"]) || array_key_exists("image"$context) ? $context["image"] : (function () { throw new RuntimeError('Variable "image" does not exist.'170$this->source); })()), "getImage", [], "method"falsefalsetrue170))) {
  428.                         // line 171
  429.                         echo "                                    <div class=\"col-lg-2 col-md-2 col-6 navLogoMainListItem\"
  430.                                          onclick=\"openNavSiteLinks(";
  431.                         // line 172
  432.                         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed($context["i"], 172$this->source), "html"nulltrue);
  433.                         echo ",event)\">
  434.                                         <ul class=\"header-main-category-row-item\">
  435.                                             <li class=\"nav-logo-item\">
  436.                                                 ";
  437.                         // line 175
  438.                         echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""image", ["imgAttributes" => ["class" => "header-main-category-row-image"]]);
  439.                         // line 179
  440.                         echo "
  441.                                             </li>
  442.                                         </ul>
  443.                                     </div>
  444.                                 ";
  445.                     }
  446.                     // line 184
  447.                     echo "                                ";
  448.                     // line 198
  449.                     echo "                            ";
  450.                 }
  451.                 $_parent $context['_parent'];
  452.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  453.                 $context array_intersect_key($context$_parent) + $_parent;
  454.                 // line 199
  455.                 echo "                        </div>
  456.                     ";
  457.             }
  458.             // line 201
  459.             echo "                    ";
  460.             $context["categoryRow"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"block""header-category-row");
  461.             // line 202
  462.             echo "                    ";
  463.             if (((isset($context["categoryRow"]) || array_key_exists("categoryRow"$context) ? $context["categoryRow"] : (function () { throw new RuntimeError('Variable "categoryRow" does not exist.'202$this->source); })()) && twig_get_attribute($this->env$this->source, (isset($context["categoryRow"]) || array_key_exists("categoryRow"$context) ? $context["categoryRow"] : (function () { throw new RuntimeError('Variable "categoryRow" does not exist.'202$this->source); })()), "getCount", [], "method"falsefalsetrue202))) {
  464.                 // line 203
  465.                 echo "                        <div class=\"header-category-row displayNone\">
  466.                             ";
  467.                 // line 204
  468.                 $context['_parent'] = $context;
  469.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["categoryRow"]) || array_key_exists("categoryRow"$context) ? $context["categoryRow"] : (function () { throw new RuntimeError('Variable "categoryRow" does not exist.'204$this->source); })()), "iterator", [], "any"falsefalsetrue204));
  470.                 foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  471.                     // line 205
  472.                     echo "                                ";
  473.                     $context["link"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link""link");
  474.                     // line 206
  475.                     echo "                                ";
  476.                     $context["image"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""image");
  477.                     // line 207
  478.                     echo "
  479.                                 ";
  480.                     // line 208
  481.                     if ((( !twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link""link"), "isEmpty", [], "method"falsefalsetrue208) && (isset($context["image"]) || array_key_exists("image"$context) ? $context["image"] : (function () { throw new RuntimeError('Variable "image" does not exist.'208$this->source); })())) && twig_get_attribute($this->env$this->source, (isset($context["image"]) || array_key_exists("image"$context) ? $context["image"] : (function () { throw new RuntimeError('Variable "image" does not exist.'208$this->source); })()), "getImage", [], "method"falsefalsetrue208))) {
  482.                         // line 209
  483.                         echo "                                    <div class=\"col-lg-2 col-md-2 col-6 navLogoListItem\">
  484.                                         <ul>
  485.                                             <li class=\"nav-logo-item\">
  486.                                                 ";
  487.                         // line 212
  488.                         echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link""link", ["noText" => true"textPrefix" =>                         // line 214
  489. (isset($context["image"]) || array_key_exists("image"$context) ? $context["image"] : (function () { throw new RuntimeError('Variable "image" does not exist.'214$this->source); })())]);
  490.                         // line 215
  491.                         echo "
  492.                                             </li>
  493.                                         </ul>
  494.                                     </div>
  495.                                 ";
  496.                     }
  497.                     // line 220
  498.                     echo "                            ";
  499.                 }
  500.                 $_parent $context['_parent'];
  501.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  502.                 $context array_intersect_key($context$_parent) + $_parent;
  503.                 // line 221
  504.                 echo "                        </div>
  505.                     ";
  506.             }
  507.             // line 223
  508.             echo "                    ";
  509.             $context["categoryRow"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"block""header-category-row2");
  510.             // line 224
  511.             echo "                    ";
  512.             if (((isset($context["categoryRow"]) || array_key_exists("categoryRow"$context) ? $context["categoryRow"] : (function () { throw new RuntimeError('Variable "categoryRow" does not exist.'224$this->source); })()) && twig_get_attribute($this->env$this->source, (isset($context["categoryRow"]) || array_key_exists("categoryRow"$context) ? $context["categoryRow"] : (function () { throw new RuntimeError('Variable "categoryRow" does not exist.'224$this->source); })()), "getCount", [], "method"falsefalsetrue224))) {
  513.                 // line 225
  514.                 echo "                        <div class=\"header-category-row2 displayNone\">
  515.                             ";
  516.                 // line 226
  517.                 $context['_parent'] = $context;
  518.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["categoryRow"]) || array_key_exists("categoryRow"$context) ? $context["categoryRow"] : (function () { throw new RuntimeError('Variable "categoryRow" does not exist.'226$this->source); })()), "iterator", [], "any"falsefalsetrue226));
  519.                 foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  520.                     // line 227
  521.                     echo "                                ";
  522.                     $context["link"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link""link");
  523.                     // line 228
  524.                     echo "                                ";
  525.                     $context["image"] = $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""image");
  526.                     // line 229
  527.                     echo "
  528.                                 ";
  529.                     // line 230
  530.                     if ((( !twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link""link"), "isEmpty", [], "method"falsefalsetrue230) && (isset($context["image"]) || array_key_exists("image"$context) ? $context["image"] : (function () { throw new RuntimeError('Variable "image" does not exist.'230$this->source); })())) && twig_get_attribute($this->env$this->source, (isset($context["image"]) || array_key_exists("image"$context) ? $context["image"] : (function () { throw new RuntimeError('Variable "image" does not exist.'230$this->source); })()), "getImage", [], "method"falsefalsetrue230))) {
  531.                         // line 231
  532.                         echo "                                    <div class=\"col-lg-2 col-md-2 col-6 navLogoListItem\">
  533.                                         <ul>
  534.                                             <li class=\"nav-logo-item\">
  535.                                                 ";
  536.                         // line 234
  537.                         echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link""link", ["noText" => true"textPrefix" =>                         // line 236
  538. (isset($context["image"]) || array_key_exists("image"$context) ? $context["image"] : (function () { throw new RuntimeError('Variable "image" does not exist.'236$this->source); })())]);
  539.                         // line 237
  540.                         echo "
  541.                                             </li>
  542.                                         </ul>
  543.                                     </div>
  544.                                 ";
  545.                     }
  546.                     // line 242
  547.                     echo "                            ";
  548.                 }
  549.                 $_parent $context['_parent'];
  550.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  551.                 $context array_intersect_key($context$_parent) + $_parent;
  552.                 // line 243
  553.                 echo "                        </div>
  554.                     ";
  555.             }
  556.             // line 245
  557.             echo "                    <div class=\"col-12 nav-watchlist-wrapper\">
  558.                         <p class=\"nav-watchlist\" title=\"Az összes óra megtekintése\">
  559.                             <a href=\"/e-boutique\">Az összes óra megtekintése</a>
  560.                         </p>
  561.                     </div>
  562.                 </div>
  563.                 <div class=\"row w-100\" id=\"navMenuClose\">
  564.                     <div class=\"col-12\">
  565.                         <ul>
  566.                             <li class=\"nav-item-close\">
  567.                                 <a class=\"nav-link nav-close\" data-toggle=\"collapse\" data-target=\"#navMenu\"
  568.                                    href=\"#\">
  569.                                     Bezárás
  570.                                 </a>
  571.                             </li>
  572.                         </ul>
  573.                     </div>
  574.                 </div>
  575.             </div>
  576.         </nav>
  577.     </header>
  578. ";
  579.         }
  580.         
  581.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  582.         
  583.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  584.     }
  585.     public function getTemplateName()
  586.     {
  587.         return "default/snippet/header.html.twig";
  588.     }
  589.     public function isTraitable()
  590.     {
  591.         return false;
  592.     }
  593.     public function getDebugInfo()
  594.     {
  595.         return array (  567 => 245,  563 => 243,  557 => 242,  550 => 237,  548 => 236,  547 => 234,  542 => 231,  540 => 230,  537 => 229,  534 => 228,  531 => 227,  527 => 226,  524 => 225,  521 => 224,  518 => 223,  514 => 221,  508 => 220,  501 => 215,  499 => 214,  498 => 212,  493 => 209,  491 => 208,  488 => 207,  485 => 206,  482 => 205,  478 => 204,  475 => 203,  472 => 202,  469 => 201,  465 => 199,  459 => 198,  457 => 184,  450 => 179,  448 => 175,  442 => 172,  439 => 171,  436 => 170,  433 => 169,  430 => 168,  426 => 167,  423 => 166,  420 => 165,  418 => 164,  414 => 162,  411 => 161,  405 => 160,  400 => 157,  398 => 155,  395 => 154,  392 => 153,  387 => 152,  384 => 151,  382 => 150,  373 => 144,  359 => 133,  355 => 132,  350 => 130,  345 => 127,  343 => 125,  337 => 122,  328 => 116,  318 => 109,  312 => 105,  309 => 104,  303 => 103,  295 => 100,  290 => 99,  283 => 97,  280 => 96,  277 => 95,  272 => 94,  269 => 93,  266 => 92,  258 => 89,  255 => 88,  252 => 87,  242 => 85,  238 => 84,  235 => 83,  230 => 82,  228 => 81,  224 => 80,  220 => 78,  217 => 77,  214 => 76,  211 => 75,  205 => 74,  198 => 72,  194 => 71,  191 => 70,  185 => 68,  182 => 67,  178 => 66,  174 => 65,  170 => 63,  167 => 62,  165 => 61,  153 => 51,  149 => 49,  139 => 45,  135 => 44,  132 => 43,  128 => 42,  125 => 41,  115 => 37,  111 => 36,  108 => 35,  104 => 34,  101 => 33,  91 => 29,  88 => 28,  84 => 27,  80 => 25,  70 => 21,  67 => 20,  63 => 19,  47 => 5,  45 => 4,);
  596.     }
  597.     public function getSourceContext()
  598.     {
  599.         return new Source("{#{{ dump(app.session) }}#}
  600. {#{{ dump(app.session.get('_pimcore_admin')) }}#}
  601. {#{{ dump(app.session.get('user')) }}#}
  602. {% if editmode %}
  603.     <style>
  604.         .header-container {
  605.             background-color: #1A1821;
  606.             min-height: 500px;
  607.             color: #fff !important;
  608.             padding: 10px;
  609.         }
  610.         a {
  611.             color: #fff;
  612.             font-weight: bold;
  613.         }
  614.     </style>
  615.     <div class=\"container header-container\">
  616.         <h1>Felső linkek:</h1>
  617.         {% for i in pimcore_block('header-upper-row').iterator %}
  618.             <div>
  619.                 <p>Link:<br>{{ pimcore_link('link', {'required': 'linkonly'}) }}</p>
  620.                 <hr>
  621.             </div>
  622.         {% endfor %}
  623.         <h1>Kollekciók oldalak:</h1>
  624.         {% for i in pimcore_block('header-main-category-row').iterator %}
  625.             <div>
  626.                 <p>Kép:<br>{{ pimcore_image('image', {'required': true}) }}</p>
  627.                 <hr>
  628.             </div>
  629.         {% endfor %}
  630.         <h1>Első alkollekciók oldal linkek:</h1>
  631.         {% for i in pimcore_block('header-category-row').iterator %}
  632.             <div>
  633.                 <p>Link:<br>{{ pimcore_link('link', {'required': 'linkonly'}) }}</p>
  634.                 <p>Kép:<br>{{ pimcore_image('image', {'required': true}) }}</p>
  635.                 <hr>
  636.             </div>
  637.         {% endfor %}
  638.         <h1>Második alkollekciók oldal linkek:</h1>
  639.         {% for i in pimcore_block('header-category-row2').iterator %}
  640.             <div>
  641.                 <p>Link:<br>{{ pimcore_link('link', {'required': 'linkonly'}) }}</p>
  642.                 <p>Kép:<br>{{ pimcore_image('image', {'required': true}) }}</p>
  643.                 <hr>
  644.             </div>
  645.         {% endfor %}
  646.     </div>
  647. {% else %}
  648.     <header>
  649.         <nav class=\"navbar navbar-light\">
  650.             <div class=\"container navbar-wrapper\">
  651.                 <button type=\"button\" class=\"navbar-toggler collapsed\" data-toggle=\"collapse\" data-target=\"#navMenu\">
  652.                     <span class=\"toggler-icon top-bar\"></span>
  653.                     <span class=\"toggler-icon bottom-bar\"></span>
  654.                 </button>
  655.                 <nav aria-label=\"breadcrumb\" class=\"breadcrumb-navigation\">
  656.                     <ul class=\"breadcrumb\">
  657.                         {% set breadcrumbCategory = pimcore_placeholder('breadcrumbCategory').getValue() %}
  658.                         {% if (breadcrumbCategory is instanceof('Pimcore\\\\Model\\\\DataObject\\\\CoreShopCategory')) %}
  659.                             <li class=\"breadcrumb-item\" aria-current=\"page\"><a href=\"/\">Főoldal</a></li>
  660.                             <li class=\"breadcrumb-item\" aria-current=\"page\"><a
  661.                                     href=\"{{ path('e_boutique') }}\">E-Boutique</a></li>
  662.                             {% for key, cat in breadcrumbCategory.hierarchy %}
  663.                                 {% if key + 1 == breadcrumbCategory.hierarchy|length %}
  664.                                     <li class=\"breadcrumb-item\" aria-current=\"page\"><a>{{ cat.name|upper }}</a></li>
  665.                                 {% else %}
  666.                                     <li class=\"breadcrumb-item\" aria-current=\"page\"><a
  667.                                             href=\"{{ pimcore_url({'object': cat}) }}\"
  668.                                             title=\"{{ cat.name|upper }}\">{{ cat.name|upper }}</a></li>
  669.                                 {% endif %}
  670.                             {% endfor %}
  671.                         {% endif %}
  672.                         {% set breadcrumbProduct = pimcore_placeholder('breadcrumbProduct').getValue() %}
  673.                         {% if (breadcrumbProduct is instanceof('Pimcore\\\\Model\\\\DataObject\\\\CoreShopProduct')) %}
  674.                             <li class=\"breadcrumb-item\" aria-current=\"page\"><a href=\"/\">Főoldal</a></li>
  675.                             <li class=\"breadcrumb-item\" aria-current=\"page\"><a
  676.                                     href=\"{{ path('e_boutique') }}\">E-Boutique</a></li>
  677.                             {% if breadcrumbProduct.categories|length > 0 %}
  678.                                 {% for cat in breadcrumbProduct.categories|last.hierarchy %}
  679.                                     <li class=\"breadcrumb-item\" aria-current=\"page\"><a
  680.                                             href=\"{{ pimcore_url({'object': cat}) }}\"
  681.                                             title=\"{{ cat.name|upper }}\">{{ cat.name|upper }}</a></li>
  682.                                 {% endfor %}
  683.                             {% endif %}
  684.                             <li class=\"breadcrumb-item\" aria-current=\"page\"><a
  685.                                     title=\"{{ breadcrumbProduct.sku|upper }}\">{{ breadcrumbProduct.sku|upper }}</a>
  686.                             </li>
  687.                         {% endif %}
  688.                         {% set breadcrumbNews = pimcore_placeholder('breadcrumbNews').getValue() %}
  689.                         {% if breadcrumbNews %}
  690.                             {% for item in breadcrumbNews %}
  691.                                 {% if item.path is null %}
  692.                                     <li class=\"breadcrumb-item\" aria-current=\"page\"><a
  693.                                             title=\"{{ item.title|upper }}\">{{ item.title|upper }}</a></li>
  694.                                 {% else %}
  695.                                     <li class=\"breadcrumb-item\" aria-current=\"page\"><a href=\"{{ item.path }}\"
  696.                                                                                        title=\"{{ item.title|upper }}\">{{ item.title | upper }}</a>
  697.                                     </li>
  698.                                 {% endif %}
  699.                             {% endfor %}
  700.                         {% endif %}
  701.                     </ul>
  702.                 </nav>
  703.                 <div>
  704.                     <a class=\"navbar-brand\" href=\"/\">
  705.                         <img src=\"{{ asset('/themes/frontend/images/seiko-boutique-logo.svg') }}\" alt=\"Seiko Boutique\">
  706.                     </a>
  707.                 </div>
  708.                 <div class=\"search-bar-wrapper\" id=\"searchBar\">
  709.                     <form action=\"/kereso/\" method=\"get\">
  710.                         <input type=\"search\" id=\"site-search\" name=\"q\">
  711.                         <button type=\"button\" onclick=\"closeSearch()\" class=\"\">
  712.                             <img src=\"{{ asset('/themes/frontend/images/close.svg') }}\" alt=\"Bezárás\">
  713.                         </button>
  714.                     </form>
  715.                 </div>
  716.                 <div id=\"navIconList\">
  717.                     <button id=\"navbar-search-button\" onclick=\"openSearch()\" type=\"button\" class=\"btn navIcon\">
  718.                         <img src=\"{{ asset('/themes/frontend/images/search.svg') }}\" alt=\"Keresés\">
  719.                     </button>
  720.                     <div id=\"wishlist-widget\">
  721.                         {{ render(controller('App\\\\Ecommerce\\\\Controller\\\\WishListController::wishlistWidgetAction', {
  722.                             'ignore_errors': true
  723.                         })) }}
  724.                     </div>
  725.                     <div id=\"mini-cart-container\">
  726.                         {{ render(controller('App\\\\Ecommerce\\\\Controller\\\\CartController::widgetAction', {'ignore_errors': true})) }}
  727.                     </div>
  728.                     <a href=\"{{ path('profil') }}\" class=\"btn navIcon\">
  729.                         <img src=\"{{ asset('themes/frontend/images/profile.svg') }}\" alt=\"Profil\">
  730.                     </a>
  731.                 </div>
  732.             </div>
  733.             <!-- SEARCH  -->
  734.             <div class=\"searchbar\">
  735.                 <div style=\"flex: 1;\">
  736.                     <input id=\"serachbar-input-mobile\" type=\"text\" placeholder=\"Keresés...\"/>
  737.                 </div>
  738.                 <div>
  739.                     <button id=\"navbar-search-button-mobile\" type=\"button\" class=\"btn navIcon\">
  740.                         <img src=\"{{ asset('/themes/frontend/images/search.svg') }}\" alt=\"Keresés\">
  741.                     </button>
  742.                 </div>
  743.             </div>
  744.             <div class=\"collapse navbar-collapse\" id=\"navMenu\">
  745.                 <ul class=\"row\" id=\"navMenuList\">
  746.                     {% set upperRow = pimcore_block('header-upper-row') %}
  747.                     {% if upperRow and upperRow.getCount() %}
  748.                         {% for i in upperRow.iterator %}
  749.                             {% if not pimcore_link('link').isEmpty() %}
  750.                                 <li class=\"nav-item\">
  751.                                     {{ pimcore_link('link', {
  752.                                         'class': 'nav-link'
  753.                                     }) }}
  754.                                 </li>
  755.                             {% endif %}
  756.                         {% endfor %}
  757.                     {% endif %}
  758.                 </ul>
  759.                 <div class=\"row w-100 m-0\" id=\"navLogoList\">
  760.                     {% set categoryRow = pimcore_block('header-main-category-row') %}
  761.                     {% if categoryRow and categoryRow.getCount() %}
  762.                         <div class=\"header-main-category-row\">
  763.                             {% for i in categoryRow.iterator %}
  764.                                 {% set link = pimcore_link('link') %}
  765.                                 {% set image = pimcore_image('image') %}
  766.                                 {% if image and image.getImage() %}
  767.                                     <div class=\"col-lg-2 col-md-2 col-6 navLogoMainListItem\"
  768.                                          onclick=\"openNavSiteLinks({{ i }},event)\">
  769.                                         <ul class=\"header-main-category-row-item\">
  770.                                             <li class=\"nav-logo-item\">
  771.                                                 {{ pimcore_image('image', {
  772.                                                    'imgAttributes' : {
  773.                                                         \"class\" : \"header-main-category-row-image\"
  774.                                                    }
  775.                                                 }) }}
  776.                                             </li>
  777.                                         </ul>
  778.                                     </div>
  779.                                 {% endif %}
  780.                                 {# #289 issues
  781.                                 % if not pimcore_link('link').isEmpty() and image and image.getImage() %}
  782.                                     <div class=\"col-lg-2 col-md-2 col-6 navLogoMainListItem\"
  783.                                          onclick=\"openNavSiteLinks({{ i }},event)\">
  784.                                         <ul>
  785.                                             <li class=\"nav-logo-item\">
  786.                                                 {{ pimcore_link('link', {
  787.                                                     'noText': true,
  788.                                                     'textPrefix': image
  789.                                                 }) }}
  790.                                             </li>
  791.                                         </ul>
  792.                                     </div>
  793.                                 {% endif %#}
  794.                             {% endfor %}
  795.                         </div>
  796.                     {% endif %}
  797.                     {% set categoryRow = pimcore_block('header-category-row') %}
  798.                     {% if categoryRow and categoryRow.getCount() %}
  799.                         <div class=\"header-category-row displayNone\">
  800.                             {% for i in categoryRow.iterator %}
  801.                                 {% set link = pimcore_link('link') %}
  802.                                 {% set image = pimcore_image('image') %}
  803.                                 {% if not pimcore_link('link').isEmpty() and image and image.getImage() %}
  804.                                     <div class=\"col-lg-2 col-md-2 col-6 navLogoListItem\">
  805.                                         <ul>
  806.                                             <li class=\"nav-logo-item\">
  807.                                                 {{ pimcore_link('link', {
  808.                                                     'noText': true,
  809.                                                     'textPrefix': image
  810.                                                 }) }}
  811.                                             </li>
  812.                                         </ul>
  813.                                     </div>
  814.                                 {% endif %}
  815.                             {% endfor %}
  816.                         </div>
  817.                     {% endif %}
  818.                     {% set categoryRow = pimcore_block('header-category-row2') %}
  819.                     {% if categoryRow and categoryRow.getCount() %}
  820.                         <div class=\"header-category-row2 displayNone\">
  821.                             {% for i in categoryRow.iterator %}
  822.                                 {% set link = pimcore_link('link') %}
  823.                                 {% set image = pimcore_image('image') %}
  824.                                 {% if not pimcore_link('link').isEmpty() and image and image.getImage() %}
  825.                                     <div class=\"col-lg-2 col-md-2 col-6 navLogoListItem\">
  826.                                         <ul>
  827.                                             <li class=\"nav-logo-item\">
  828.                                                 {{ pimcore_link('link', {
  829.                                                     'noText': true,
  830.                                                     'textPrefix': image
  831.                                                 }) }}
  832.                                             </li>
  833.                                         </ul>
  834.                                     </div>
  835.                                 {% endif %}
  836.                             {% endfor %}
  837.                         </div>
  838.                     {% endif %}
  839.                     <div class=\"col-12 nav-watchlist-wrapper\">
  840.                         <p class=\"nav-watchlist\" title=\"Az összes óra megtekintése\">
  841.                             <a href=\"/e-boutique\">Az összes óra megtekintése</a>
  842.                         </p>
  843.                     </div>
  844.                 </div>
  845.                 <div class=\"row w-100\" id=\"navMenuClose\">
  846.                     <div class=\"col-12\">
  847.                         <ul>
  848.                             <li class=\"nav-item-close\">
  849.                                 <a class=\"nav-link nav-close\" data-toggle=\"collapse\" data-target=\"#navMenu\"
  850.                                    href=\"#\">
  851.                                     Bezárás
  852.                                 </a>
  853.                             </li>
  854.                         </ul>
  855.                     </div>
  856.                 </div>
  857.             </div>
  858.         </nav>
  859.     </header>
  860. {% endif %}""default/snippet/header.html.twig""/home/zoltan/public_html/boutique-v2/templates/default/snippet/header.html.twig");
  861.     }
  862.     
  863.     public function checkSecurity()
  864.     {
  865.         static $tags = array("if" => 4"for" => 19"set" => 61);
  866.         static $filters = array("length" => 67"escape" => 68"upper" => 68"last" => 82);
  867.         static $functions = array("pimcore_block" => 19"pimcore_link" => 21"pimcore_image" => 29"pimcore_placeholder" => 61"path" => 65"pimcore_url" => 71"asset" => 109"render" => 125"controller" => 125);
  868.         try {
  869.             $this->sandbox->checkSecurity(
  870.                 ['if''for''set'],
  871.                 ['length''escape''upper''last'],
  872.                 ['pimcore_block''pimcore_link''pimcore_image''pimcore_placeholder''path''pimcore_url''asset''render''controller']
  873.             );
  874.         } catch (SecurityError $e) {
  875.             $e->setSourceContext($this->source);
  876.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  877.                 $e->setTemplateLine($tags[$e->getTagName()]);
  878.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  879.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  880.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  881.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  882.             }
  883.             throw $e;
  884.         }
  885.     }
  886. }