var/cache/dev/twig/c6/c6d6318bd2c8d51de3b9901ae792e537.php line 54

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* @PumukitWebTV/Layout/template_header.html.twig */
  16. class __TwigTemplate_7a7487e65b07b715b0fe9c45b2829881 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->parent false;
  28.         $this->blocks = [
  29.         ];
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = []): iterable
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@PumukitWebTV/Layout/template_header.html.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@PumukitWebTV/Layout/template_header.html.twig"));
  38.         // line 1
  39.         yield "<div class=\"container-fluid header-pmk\">
  40.     ";
  41.         // line 2
  42.         yield from $this->load("@PumukitWebTV/Layout/template_custom_menu.html.twig"2)->unwrap()->yield($context);
  43.         // line 3
  44.         yield "    ";
  45.         yield from $this->load("@PumukitWebTV/Layout/template_header_top.html.twig"3)->unwrap()->yield($context);
  46.         // line 4
  47.         yield "    ";
  48.         yield from $this->load("@PumukitWebTV/Layout/template_header_bottom.html.twig"4)->unwrap()->yield($context);
  49.         // line 5
  50.         yield "</div>
  51. ";
  52.         
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  54.         
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  56.         yield from [];
  57.     }
  58.     /**
  59.      * @codeCoverageIgnore
  60.      */
  61.     public function getTemplateName(): string
  62.     {
  63.         return "@PumukitWebTV/Layout/template_header.html.twig";
  64.     }
  65.     /**
  66.      * @codeCoverageIgnore
  67.      */
  68.     public function isTraitable(): bool
  69.     {
  70.         return false;
  71.     }
  72.     /**
  73.      * @codeCoverageIgnore
  74.      */
  75.     public function getDebugInfo(): array
  76.     {
  77.         return array (  59 => 5,  56 => 4,  53 => 3,  51 => 2,  48 => 1,);
  78.     }
  79.     public function getSourceContext(): Source
  80.     {
  81.         return new Source("<div class=\"container-fluid header-pmk\">
  82.     {% include \"@PumukitWebTV/Layout/template_custom_menu.html.twig\" %}
  83.     {% include \"@PumukitWebTV/Layout/template_header_top.html.twig\" %}
  84.     {% include \"@PumukitWebTV/Layout/template_header_bottom.html.twig\" %}
  85. </div>
  86. ""@PumukitWebTV/Layout/template_header.html.twig""/srv/pumukit/src/Pumukit/WebTVBundle/Resources/views/Layout/template_header.html.twig");
  87.     }
  88. }