var/cache/website/dev/twig/21/21235588a852f820efade5cc85e0c916.php line 80

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. /* pages/elements/header.html.twig */
  14. class __TwigTemplate_aa28651eb4589bdc7f547d7af8c88b64 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.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""pages/elements/header.html.twig"));
  31.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""pages/elements/header.html.twig"));
  33.         // line 1
  34.         echo "<!-- ======= Header ======= -->
  35. ";
  36.         // line 2
  37.         $context["snippets"] = $this->extensions['Sulu\Bundle\SnippetBundle\Twig\DefaultSnippetTwigExtension']->getDefault("settings_area");
  38.         // line 3
  39.         echo "<header
  40.     class=\"fixed ";
  41.         // line 4
  42.         if ((($context["template"] ?? null) != "homepage")) {
  43.             echo " header_white ";
  44.         }
  45.         echo " w-full header transition-all duration-75 bg-transparent border border-white border-b-1 border-l-0 border-r-0 border-t-0 \">
  46.     <div class=\"gradient_header\"></div>
  47.     <div class=\" p_header container_95 flex\">
  48.         <nav class=\"navigation\">
  49.             <div class=\"logo_header mr-auto overflow-hidden\">
  50.                 <a href=\"";
  51.         // line 10
  52.         echo twig_escape_filter($this->env$this->extensions['Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension']->getContentRootPath(), "html"nulltrue);
  53.         echo "\">
  54.                     <img src=\"";
  55.         // line 11
  56.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("theme/img/gradient_logo.png"), "html"nulltrue);
  57.         echo "\" alt=\"\">
  58.                 </a>
  59.             </div>
  60.             <div class=\"navigation_desktop\">
  61.                 <div class=\"container_menu\">
  62.                     <ul class=\"menu_header overflow-hidden\">
  63.                         ";
  64.         // line 17
  65.         $context['_parent'] = $context;
  66.         $context['_seq'] = twig_ensure_traversable($this->env->getFunction('sulu_navigation_root_tree')->getCallable()("main"2));
  67.         foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
  68.             // line 18
  69.             echo "                            ";
  70.             $context["page"] = $this->env->getFunction('sulu_content_load')->getCallable()(twig_get_attribute($this->env$this->source$context["item"], "uuid", [], "any"falsefalsefalse18));
  71.             // line 19
  72.             echo "                            ";
  73.             $context["currentUrl"] = (("/" twig_get_attribute($this->env$this->source$context["item"], "locale", [], "any"falsefalsefalse19)) . twig_get_attribute($this->env$this->source$context["item"], "url", [], "any"falsefalsefalse19));
  74.             // line 20
  75.             echo "                            <li>
  76.                                 <a href=\"";
  77.             // line 21
  78.             echo twig_escape_filter($this->env$this->extensions['Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension']->getContentPath(twig_get_attribute($this->env$this->source$context["item"], "url", [], "any"falsefalsefalse21)), "html"nulltrue);
  79.             echo "\"
  80.                                     ";
  81.             // line 22
  82.             if ((($context["currentUrl"] ?? null) == twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse22), "getPathInfo", [], "method"falsefalsefalse22))) {
  83.                 echo "class=\"active\"";
  84.             }
  85.             echo ">
  86.                                 ";
  87.             // line 23
  88.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["item"], "title", [], "any"falsefalsefalse23), "html"nulltrue);
  89.             echo "</a>
  90.                             </li>
  91.                         ";
  92.         }
  93.         $_parent $context['_parent'];
  94.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
  95.         $context array_intersect_key($context$_parent) + $_parent;
  96.         // line 26
  97.         echo "                    </ul>
  98.                 </div>
  99.             </div>
  100.             <div class=\"navigation_mobile\">
  101.                 <button class=\"btn_menu\">
  102.                     <div class=\"menu_icon\">
  103.                         <ul class=\"bar_icon_menu\">
  104.                             <li></li>
  105.                             <li></li>
  106.                             <li></li>
  107.                         </ul>
  108.                     </div>
  109.                 </button>
  110.                 <ul class=\"main-menu\">
  111.                     ";
  112.         // line 42
  113.         $context['_parent'] = $context;
  114.         $context['_seq'] = twig_ensure_traversable($this->env->getFunction('sulu_navigation_root_tree')->getCallable()("main"2));
  115.         foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
  116.             // line 43
  117.             echo "                        ";
  118.             $context["page"] = $this->env->getFunction('sulu_content_load')->getCallable()(twig_get_attribute($this->env$this->source$context["item"], "uuid", [], "any"falsefalsefalse43));
  119.             // line 44
  120.             echo "                        ";
  121.             $context["currentUrl"] = (("/" twig_get_attribute($this->env$this->source$context["item"], "locale", [], "any"falsefalsefalse44)) . twig_get_attribute($this->env$this->source$context["item"], "url", [], "any"falsefalsefalse44));
  122.             // line 45
  123.             echo "                        <li class=\"link_menu\">
  124.                             <a href=\"";
  125.             // line 46
  126.             echo twig_escape_filter($this->env$this->extensions['Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension']->getContentPath(twig_get_attribute($this->env$this->source$context["item"], "url", [], "any"falsefalsefalse46)), "html"nulltrue);
  127.             echo "\" 
  128.                                 ";
  129.             // line 47
  130.             if ((($context["currentUrl"] ?? null) == twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse47), "getPathInfo", [], "method"falsefalsefalse47))) {
  131.                 echo "class=\"active\"";
  132.             }
  133.             echo ">
  134.                                 ";
  135.             // line 48
  136.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["item"], "title", [], "any"falsefalsefalse48), "html"nulltrue);
  137.             echo "
  138.                             </a>
  139.                         </li>
  140.                     ";
  141.         }
  142.         $_parent $context['_parent'];
  143.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
  144.         $context array_intersect_key($context$_parent) + $_parent;
  145.         // line 52
  146.         echo "                    <li class=\"footer_menu\">
  147.                         <div class=\"border-b border-black/20\">
  148.                             <div class=\"langue_footer py-8 \">
  149.                                 <ul class=\"flex justify-center\">
  150.                                     ";
  151.         // line 56
  152.         $context['_parent'] = $context;
  153.         $context['_seq'] = twig_ensure_traversable(($context["localizations"] ?? null));
  154.         foreach ($context['_seq'] as $context["_key"] => $context["localization"]) {
  155.             // line 57
  156.             echo "                                    <li><a href=\"";
  157.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["localization"], "url", [], "any"falsefalsefalse57), "html"nulltrue);
  158.             echo "\">";
  159.             echo twig_escape_filter($this->envtwig_upper_filter($this->envtwig_get_attribute($this->env$this->source$context["localization"], "locale", [], "any"falsefalsefalse57)), "html"nulltrue);
  160.             echo "</a></li>
  161.                                     ";
  162.         }
  163.         $_parent $context['_parent'];
  164.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['localization'], $context['_parent'], $context['loop']);
  165.         $context array_intersect_key($context$_parent) + $_parent;
  166.         // line 59
  167.         echo "                                </ul>
  168.                             </div>
  169.                         </div>
  170.                         <ul class=\"flex justify-center pt-8\">
  171.                             ";
  172.         // line 64
  173.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (($__internal_compile_0 = ($context["snippets"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[0] ?? null) : null), "content", [], "any"falsefalsefalse64), "facebook_link", [], "any"falsefalsefalse64)) {
  174.             // line 65
  175.             echo "                            <li class=\"mr-8\">
  176.                                 <a href=\"";
  177.             // line 66
  178.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (($__internal_compile_1 = ($context["snippets"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[0] ?? null) : null), "content", [], "any"falsefalsefalse66), "facebook_link", [], "any"falsefalsefalse66), "html"nulltrue);
  179.             echo "\">
  180.                                     <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"
  181.                                         xmlns=\"http://www.w3.org/2000/svg\">
  182.                                         <path
  183.                                             d=\"M14.925 4.57497H18V-3.05176e-05H14.3625C9.975 0.187469 9.075 2.66247 9 5.24997V7.53747H6V12H9V24H13.5V12H17.2125L17.925 7.53747H13.5V6.14997C13.5 5.28747 14.1 4.57497 14.925 4.57497Z\"
  184.                                             fill=\"#374151\" />
  185.                                     </svg>
  186.                                 </a>
  187.                             </li>
  188.                             ";
  189.         }
  190.         // line 77
  191.         echo "                            ";
  192.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (($__internal_compile_2 = ($context["snippets"] ?? null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[0] ?? null) : null), "content", [], "any"falsefalsefalse77), "youtube_link", [], "any"falsefalsefalse77)) {
  193.             // line 78
  194.             echo "                            <li class=\"mr-8\">
  195.                                 <a href=\"";
  196.             // line 79
  197.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (($__internal_compile_3 = ($context["snippets"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3[0] ?? null) : null), "content", [], "any"falsefalsefalse79), "youtube_link", [], "any"falsefalsefalse79), "html"nulltrue);
  198.             echo "\">
  199.                                     <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"
  200.                                         xmlns=\"http://www.w3.org/2000/svg\">
  201.                                         <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"
  202.                                             d=\"M21.3904 4.26397C22.4184 4.54074 23.2289 5.35128 23.5057 6.37928C24.0197 8.25736 23.9999 12.1717 23.9999 12.1717C23.9999 12.1717 23.9999 16.0662 23.5057 17.9443C23.2289 18.9723 22.4184 19.7828 21.3904 20.0596C19.5123 20.5539 11.9999 20.5539 11.9999 20.5539C11.9999 20.5539 4.50739 20.5539 2.60954 20.0398C1.58154 19.7631 0.771002 18.9525 0.494232 17.9245C0 16.0662 0 12.1519 0 12.1519C0 12.1519 0 8.25736 0.494232 6.37928C0.771002 5.35128 1.60131 4.52097 2.60954 4.2442C4.48763 3.74997 11.9999 3.74997 11.9999 3.74997C11.9999 3.74997 19.5123 3.74997 21.3904 4.26397ZM15.8549 12.1519L9.60782 15.7499V8.5539L15.8549 12.1519Z\"
  203.                                             fill=\"#374151\" />
  204.                                     </svg>
  205.                                 </a>
  206.                             </li>
  207.                             ";
  208.         }
  209.         // line 90
  210.         echo "                            ";
  211.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (($__internal_compile_4 = ($context["snippets"] ?? null)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4[0] ?? null) : null), "content", [], "any"falsefalsefalse90), "twitter_link", [], "any"falsefalsefalse90)) {
  212.             // line 91
  213.             echo "                            <li class=\"mr-8\">
  214.                                 <a href=\"";
  215.             // line 92
  216.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (($__internal_compile_5 = ($context["snippets"] ?? null)) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[0] ?? null) : null), "content", [], "any"falsefalsefalse92), "twitter_link", [], "any"falsefalsefalse92), "html"nulltrue);
  217.             echo "\">
  218.                                     <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"
  219.                                         xmlns=\"http://www.w3.org/2000/svg\">
  220.                                         <path
  221.                                             d=\"M24 4.57497C23.5875 4.79997 22.3875 5.24997 21.2625 5.36247C21.975 4.98747 23.0625 3.67497 23.325 2.66247C22.6125 3.11247 21.0375 3.74997 20.25 3.74997C19.3125 2.84997 18.075 2.24997 16.65 2.24997C13.9125 2.24997 11.7 4.46247 11.7 7.19997C11.7 7.57497 11.7375 7.94997 11.8125 8.28747C8.1 8.17497 3.75 6.33747 1.3125 3.14997C-0.1875 5.73747 1.125 8.62497 2.8125 9.67497C2.25 9.74997 1.1625 9.63747 0.675 9.14997C0.6375 10.875 1.4625 13.1625 4.5 13.9875C3.9 14.2875 2.8875 14.2125 2.4375 14.1375C2.5875 15.6 4.65 17.5125 6.8625 17.5125C6.075 18.4125 3.375 20.1 0 19.575C2.2875 20.9625 4.95 21.75 7.7625 21.75C15.75 21.75 21.9375 15.2625 21.6375 7.27497V7.23747C21.6375 7.19997 21.6375 7.19997 21.6375 7.16247C21.6375 7.12497 21.6375 7.12497 21.6375 7.08747C22.3125 6.63747 23.2875 5.73747 24 4.57497Z\"
  222.                                             fill=\"#374151\" />
  223.                                     </svg>
  224.                                 </a>
  225.                             </li>
  226.                             ";
  227.         }
  228.         // line 103
  229.         echo "                            ";
  230.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (($__internal_compile_6 = ($context["snippets"] ?? null)) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6[0] ?? null) : null), "content", [], "any"falsefalsefalse103), "instagram_link", [], "any"falsefalsefalse103)) {
  231.             // line 104
  232.             echo "                            <li class=\"mr-8\">
  233.                                 <a href=\"";
  234.             // line 105
  235.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (($__internal_compile_7 = ($context["snippets"] ?? null)) && is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7[0] ?? null) : null), "content", [], "any"falsefalsefalse105), "instagram_link", [], "any"falsefalsefalse105), "html"nulltrue);
  236.             echo "\">
  237.                                     <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"
  238.                                         xmlns=\"http://www.w3.org/2000/svg\">
  239.                                         <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"
  240.                                             d=\"M12 -3.05176e-05C15.259 -3.05176e-05 15.6677 0.0137834 16.9476 0.0721827C18.2248 0.130439 19.0972 0.333313 19.8605 0.629978C20.6496 0.936598 21.3188 1.34692 21.9859 2.01403C22.6531 2.6812 23.0634 3.35041 23.37 4.13951C23.6667 4.9028 23.8695 5.77513 23.9278 7.05238C23.9862 8.33231 24 8.74096 24 12C24 15.259 23.9862 15.6676 23.9278 16.9476C23.8695 18.2248 23.6667 19.0971 23.37 19.8604C23.0634 20.6495 22.6531 21.3187 21.9859 21.9859C21.3188 22.653 20.6496 23.0633 19.8605 23.37C19.0972 23.6666 18.2248 23.8695 16.9476 23.9278C15.6677 23.9862 15.259 24 12 24C8.741 24 8.33234 23.9862 7.05242 23.9278C5.77516 23.8695 4.90283 23.6666 4.13954 23.37C3.35044 23.0633 2.68123 22.653 2.01406 21.9859C1.34695 21.3187 0.936629 20.6495 0.630008 19.8604C0.333343 19.0971 0.13047 18.2248 0.0722133 16.9476C0.0138139 15.6676 0 15.259 0 12C0 8.74096 0.0138139 8.33231 0.0722133 7.05238C0.13047 5.77513 0.333343 4.9028 0.630008 4.13951C0.936629 3.35041 1.34695 2.6812 2.01406 2.01403C2.68123 1.34692 3.35044 0.936598 4.13954 0.629978C4.90283 0.333313 5.77516 0.130439 7.05242 0.0721827C8.33234 0.0137834 8.741 -3.05176e-05 12 -3.05176e-05ZM12 2.16213C8.79587 2.16213 8.41632 2.17437 7.15097 2.2321C5.98098 2.28545 5.34559 2.48094 4.92274 2.64528C4.36261 2.86297 3.96287 3.123 3.54297 3.54294C3.12303 3.96284 2.863 4.36258 2.64531 4.92271C2.48097 5.34556 2.28548 5.98095 2.23213 7.15094C2.1744 8.41629 2.16216 8.79584 2.16216 12C2.16216 15.2041 2.1744 15.5836 2.23213 16.849C2.28548 18.019 2.48097 18.6544 2.64531 19.0772C2.863 19.6374 3.12308 20.0371 3.54297 20.457C3.96287 20.8769 4.36261 21.137 4.92274 21.3547C5.34559 21.519 5.98098 21.7145 7.15097 21.7678C8.41618 21.8256 8.79563 21.8378 12 21.8378C15.2044 21.8378 15.5839 21.8256 16.849 21.7678C18.019 21.7145 18.6544 21.519 19.0773 21.3547C19.6374 21.137 20.0371 20.8769 20.457 20.457C20.877 20.0371 21.137 19.6374 21.3547 19.0772C21.519 18.6544 21.7145 18.019 21.7679 16.849C21.8256 15.5836 21.8378 15.2041 21.8378 12C21.8378 8.79584 21.8256 8.41629 21.7679 7.15094C21.7145 5.98095 21.519 5.34556 21.3547 4.92271C21.137 4.36258 20.877 3.96284 20.457 3.54294C20.0371 3.123 19.6374 2.86297 19.0773 2.64528C18.6544 2.48094 18.019 2.28545 16.849 2.2321C15.5837 2.17437 15.2041 2.16213 12 2.16213ZM12 5.83781C15.4033 5.83781 18.1622 8.59668 18.1622 12C18.1622 15.4033 15.4033 18.1621 12 18.1621C8.59671 18.1621 5.83784 15.4033 5.83784 12C5.83784 8.59668 8.59671 5.83781 12 5.83781ZM12 16C14.2091 16 16 14.2091 16 12C16 9.79082 14.2091 7.99997 12 7.99997C9.79085 7.99997 8 9.79082 8 12C8 14.2091 9.79085 16 12 16ZM19.8456 5.59435C19.8456 6.38965 19.2009 7.03433 18.4056 7.03433C17.6104 7.03433 16.9656 6.38965 16.9656 5.59435C16.9656 4.79906 17.6104 4.15433 18.4056 4.15433C19.2009 4.15433 19.8456 4.79906 19.8456 5.59435Z\"
  241.                                             fill=\"#374151\" />
  242.                                     </svg>
  243.                                 </a>
  244.                             </li>
  245.                             ";
  246.         }
  247.         // line 116
  248.         echo "                        </ul>
  249.                     </li>
  250.                 </ul>
  251.             </div>
  252.         </nav>
  253.     </div>
  254. </header><!-- End Header -->";
  255.         
  256.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  257.         
  258.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  259.     }
  260.     public function getTemplateName()
  261.     {
  262.         return "pages/elements/header.html.twig";
  263.     }
  264.     public function isTraitable()
  265.     {
  266.         return false;
  267.     }
  268.     public function getDebugInfo()
  269.     {
  270.         return array (  265 => 116,  251 => 105,  248 => 104,  245 => 103,  231 => 92,  228 => 91,  225 => 90,  211 => 79,  208 => 78,  205 => 77,  191 => 66,  188 => 65,  186 => 64,  179 => 59,  168 => 57,  164 => 56,  158 => 52,  148 => 48,  142 => 47,  138 => 46,  135 => 45,  132 => 44,  129 => 43,  125 => 42,  107 => 26,  98 => 23,  92 => 22,  88 => 21,  85 => 20,  82 => 19,  79 => 18,  75 => 17,  66 => 11,  62 => 10,  51 => 4,  48 => 3,  46 => 2,  43 => 1,);
  271.     }
  272.     public function getSourceContext()
  273.     {
  274.         return new Source("<!-- ======= Header ======= -->
  275. {% set snippets = sulu_snippet_load_default('settings_area') %}
  276. <header
  277.     class=\"fixed {% if template != 'homepage' %} header_white {% endif %} w-full header transition-all duration-75 bg-transparent border border-white border-b-1 border-l-0 border-r-0 border-t-0 \">
  278.     <div class=\"gradient_header\"></div>
  279.     <div class=\" p_header container_95 flex\">
  280.         <nav class=\"navigation\">
  281.             <div class=\"logo_header mr-auto overflow-hidden\">
  282.                 <a href=\"{{ sulu_content_root_path() }}\">
  283.                     <img src=\"{{ asset('theme/img/gradient_logo.png') }}\" alt=\"\">
  284.                 </a>
  285.             </div>
  286.             <div class=\"navigation_desktop\">
  287.                 <div class=\"container_menu\">
  288.                     <ul class=\"menu_header overflow-hidden\">
  289.                         {% for item in sulu_navigation_root_tree('main', 2) %}
  290.                             {% set page = sulu_content_load(item.uuid) %}
  291.                             {% set currentUrl = '/' ~ item.locale ~ item.url %}
  292.                             <li>
  293.                                 <a href=\"{{ sulu_content_path(item.url) }}\"
  294.                                     {% if currentUrl == app.request.getPathInfo() %}class=\"active\"{% endif %}>
  295.                                 {{ item.title }}</a>
  296.                             </li>
  297.                         {% endfor %}
  298.                     </ul>
  299.                 </div>
  300.             </div>
  301.             <div class=\"navigation_mobile\">
  302.                 <button class=\"btn_menu\">
  303.                     <div class=\"menu_icon\">
  304.                         <ul class=\"bar_icon_menu\">
  305.                             <li></li>
  306.                             <li></li>
  307.                             <li></li>
  308.                         </ul>
  309.                     </div>
  310.                 </button>
  311.                 <ul class=\"main-menu\">
  312.                     {% for item in sulu_navigation_root_tree('main', 2) %}
  313.                         {% set page = sulu_content_load(item.uuid) %}
  314.                         {% set currentUrl = '/' ~ item.locale ~ item.url %}
  315.                         <li class=\"link_menu\">
  316.                             <a href=\"{{ sulu_content_path(item.url) }}\" 
  317.                                 {% if currentUrl == app.request.getPathInfo() %}class=\"active\"{% endif %}>
  318.                                 {{ item.title }}
  319.                             </a>
  320.                         </li>
  321.                     {% endfor %}
  322.                     <li class=\"footer_menu\">
  323.                         <div class=\"border-b border-black/20\">
  324.                             <div class=\"langue_footer py-8 \">
  325.                                 <ul class=\"flex justify-center\">
  326.                                     {% for localization in localizations %}
  327.                                     <li><a href=\"{{ localization.url }}\">{{ localization.locale | upper }}</a></li>
  328.                                     {% endfor %}
  329.                                 </ul>
  330.                             </div>
  331.                         </div>
  332.                         <ul class=\"flex justify-center pt-8\">
  333.                             {% if snippets[0].content.facebook_link %}
  334.                             <li class=\"mr-8\">
  335.                                 <a href=\"{{ snippets[0].content.facebook_link }}\">
  336.                                     <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"
  337.                                         xmlns=\"http://www.w3.org/2000/svg\">
  338.                                         <path
  339.                                             d=\"M14.925 4.57497H18V-3.05176e-05H14.3625C9.975 0.187469 9.075 2.66247 9 5.24997V7.53747H6V12H9V24H13.5V12H17.2125L17.925 7.53747H13.5V6.14997C13.5 5.28747 14.1 4.57497 14.925 4.57497Z\"
  340.                                             fill=\"#374151\" />
  341.                                     </svg>
  342.                                 </a>
  343.                             </li>
  344.                             {% endif %}
  345.                             {% if snippets[0].content.youtube_link %}
  346.                             <li class=\"mr-8\">
  347.                                 <a href=\"{{snippets[0].content.youtube_link }}\">
  348.                                     <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"
  349.                                         xmlns=\"http://www.w3.org/2000/svg\">
  350.                                         <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"
  351.                                             d=\"M21.3904 4.26397C22.4184 4.54074 23.2289 5.35128 23.5057 6.37928C24.0197 8.25736 23.9999 12.1717 23.9999 12.1717C23.9999 12.1717 23.9999 16.0662 23.5057 17.9443C23.2289 18.9723 22.4184 19.7828 21.3904 20.0596C19.5123 20.5539 11.9999 20.5539 11.9999 20.5539C11.9999 20.5539 4.50739 20.5539 2.60954 20.0398C1.58154 19.7631 0.771002 18.9525 0.494232 17.9245C0 16.0662 0 12.1519 0 12.1519C0 12.1519 0 8.25736 0.494232 6.37928C0.771002 5.35128 1.60131 4.52097 2.60954 4.2442C4.48763 3.74997 11.9999 3.74997 11.9999 3.74997C11.9999 3.74997 19.5123 3.74997 21.3904 4.26397ZM15.8549 12.1519L9.60782 15.7499V8.5539L15.8549 12.1519Z\"
  352.                                             fill=\"#374151\" />
  353.                                     </svg>
  354.                                 </a>
  355.                             </li>
  356.                             {% endif %}
  357.                             {% if snippets[0].content.twitter_link %}
  358.                             <li class=\"mr-8\">
  359.                                 <a href=\"{{snippets[0].content.twitter_link}}\">
  360.                                     <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"
  361.                                         xmlns=\"http://www.w3.org/2000/svg\">
  362.                                         <path
  363.                                             d=\"M24 4.57497C23.5875 4.79997 22.3875 5.24997 21.2625 5.36247C21.975 4.98747 23.0625 3.67497 23.325 2.66247C22.6125 3.11247 21.0375 3.74997 20.25 3.74997C19.3125 2.84997 18.075 2.24997 16.65 2.24997C13.9125 2.24997 11.7 4.46247 11.7 7.19997C11.7 7.57497 11.7375 7.94997 11.8125 8.28747C8.1 8.17497 3.75 6.33747 1.3125 3.14997C-0.1875 5.73747 1.125 8.62497 2.8125 9.67497C2.25 9.74997 1.1625 9.63747 0.675 9.14997C0.6375 10.875 1.4625 13.1625 4.5 13.9875C3.9 14.2875 2.8875 14.2125 2.4375 14.1375C2.5875 15.6 4.65 17.5125 6.8625 17.5125C6.075 18.4125 3.375 20.1 0 19.575C2.2875 20.9625 4.95 21.75 7.7625 21.75C15.75 21.75 21.9375 15.2625 21.6375 7.27497V7.23747C21.6375 7.19997 21.6375 7.19997 21.6375 7.16247C21.6375 7.12497 21.6375 7.12497 21.6375 7.08747C22.3125 6.63747 23.2875 5.73747 24 4.57497Z\"
  364.                                             fill=\"#374151\" />
  365.                                     </svg>
  366.                                 </a>
  367.                             </li>
  368.                             {% endif %}
  369.                             {% if snippets[0].content.instagram_link %}
  370.                             <li class=\"mr-8\">
  371.                                 <a href=\"{{ snippets[0].content.instagram_link }}\">
  372.                                     <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"
  373.                                         xmlns=\"http://www.w3.org/2000/svg\">
  374.                                         <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"
  375.                                             d=\"M12 -3.05176e-05C15.259 -3.05176e-05 15.6677 0.0137834 16.9476 0.0721827C18.2248 0.130439 19.0972 0.333313 19.8605 0.629978C20.6496 0.936598 21.3188 1.34692 21.9859 2.01403C22.6531 2.6812 23.0634 3.35041 23.37 4.13951C23.6667 4.9028 23.8695 5.77513 23.9278 7.05238C23.9862 8.33231 24 8.74096 24 12C24 15.259 23.9862 15.6676 23.9278 16.9476C23.8695 18.2248 23.6667 19.0971 23.37 19.8604C23.0634 20.6495 22.6531 21.3187 21.9859 21.9859C21.3188 22.653 20.6496 23.0633 19.8605 23.37C19.0972 23.6666 18.2248 23.8695 16.9476 23.9278C15.6677 23.9862 15.259 24 12 24C8.741 24 8.33234 23.9862 7.05242 23.9278C5.77516 23.8695 4.90283 23.6666 4.13954 23.37C3.35044 23.0633 2.68123 22.653 2.01406 21.9859C1.34695 21.3187 0.936629 20.6495 0.630008 19.8604C0.333343 19.0971 0.13047 18.2248 0.0722133 16.9476C0.0138139 15.6676 0 15.259 0 12C0 8.74096 0.0138139 8.33231 0.0722133 7.05238C0.13047 5.77513 0.333343 4.9028 0.630008 4.13951C0.936629 3.35041 1.34695 2.6812 2.01406 2.01403C2.68123 1.34692 3.35044 0.936598 4.13954 0.629978C4.90283 0.333313 5.77516 0.130439 7.05242 0.0721827C8.33234 0.0137834 8.741 -3.05176e-05 12 -3.05176e-05ZM12 2.16213C8.79587 2.16213 8.41632 2.17437 7.15097 2.2321C5.98098 2.28545 5.34559 2.48094 4.92274 2.64528C4.36261 2.86297 3.96287 3.123 3.54297 3.54294C3.12303 3.96284 2.863 4.36258 2.64531 4.92271C2.48097 5.34556 2.28548 5.98095 2.23213 7.15094C2.1744 8.41629 2.16216 8.79584 2.16216 12C2.16216 15.2041 2.1744 15.5836 2.23213 16.849C2.28548 18.019 2.48097 18.6544 2.64531 19.0772C2.863 19.6374 3.12308 20.0371 3.54297 20.457C3.96287 20.8769 4.36261 21.137 4.92274 21.3547C5.34559 21.519 5.98098 21.7145 7.15097 21.7678C8.41618 21.8256 8.79563 21.8378 12 21.8378C15.2044 21.8378 15.5839 21.8256 16.849 21.7678C18.019 21.7145 18.6544 21.519 19.0773 21.3547C19.6374 21.137 20.0371 20.8769 20.457 20.457C20.877 20.0371 21.137 19.6374 21.3547 19.0772C21.519 18.6544 21.7145 18.019 21.7679 16.849C21.8256 15.5836 21.8378 15.2041 21.8378 12C21.8378 8.79584 21.8256 8.41629 21.7679 7.15094C21.7145 5.98095 21.519 5.34556 21.3547 4.92271C21.137 4.36258 20.877 3.96284 20.457 3.54294C20.0371 3.123 19.6374 2.86297 19.0773 2.64528C18.6544 2.48094 18.019 2.28545 16.849 2.2321C15.5837 2.17437 15.2041 2.16213 12 2.16213ZM12 5.83781C15.4033 5.83781 18.1622 8.59668 18.1622 12C18.1622 15.4033 15.4033 18.1621 12 18.1621C8.59671 18.1621 5.83784 15.4033 5.83784 12C5.83784 8.59668 8.59671 5.83781 12 5.83781ZM12 16C14.2091 16 16 14.2091 16 12C16 9.79082 14.2091 7.99997 12 7.99997C9.79085 7.99997 8 9.79082 8 12C8 14.2091 9.79085 16 12 16ZM19.8456 5.59435C19.8456 6.38965 19.2009 7.03433 18.4056 7.03433C17.6104 7.03433 16.9656 6.38965 16.9656 5.59435C16.9656 4.79906 17.6104 4.15433 18.4056 4.15433C19.2009 4.15433 19.8456 4.79906 19.8456 5.59435Z\"
  376.                                             fill=\"#374151\" />
  377.                                     </svg>
  378.                                 </a>
  379.                             </li>
  380.                             {% endif %}
  381.                         </ul>
  382.                     </li>
  383.                 </ul>
  384.             </div>
  385.         </nav>
  386.     </div>
  387. </header><!-- End Header -->""pages/elements/header.html.twig""/home/clients/27e4eb6afe64c67f100a17cbd6809e7c/var/www/sky-corporate/templates/pages/elements/header.html.twig");
  388.     }
  389. }