var/cache/dev/twig/15/150aa48930607ef2b8175de59bacf3e5a162db5d951963925fc109cee7b24aff.php line 62

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. /* @Buddybee/pages/404NotFound.html.twig */
  15. class __TwigTemplate_60efc5491d93df0c174a06a7553ea8abb383a0c2be28e50adb56fa29fed07d9b extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->parent false;
  24.         $this->blocks = [
  25.         ];
  26.     }
  27.     protected function doDisplay(array $context, array $blocks = [])
  28.     {
  29.         $macros $this->macros;
  30.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  31.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Buddybee/pages/404NotFound.html.twig"));
  32.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  33.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Buddybee/pages/404NotFound.html.twig"));
  34.         // line 1
  35.         yield from         $this->loadTemplate("@Application/inc/buddybee_new_header.html.twig""@Buddybee/pages/404NotFound.html.twig"1)->unwrap()->yield($context);
  36.         // line 2
  37.         yield "
  38. <section class=\"topic-list\">
  39.     <div class=\"container\">
  40.         <div class=\"row\">
  41.             <div class=\"col-md-12\">
  42.                 <img src=\"";
  43.         // line 7
  44.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\HttpFoundationExtension']->generateAbsoluteUrl($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("dashboard")), "html"nulltrue);
  45.         yield "buddybee_assets/images/errorPage.jpg\" alt=\"\" class=\"center\" style=\"height: 100%; width: 100%;\">
  46.             </div>
  47.         </div>
  48.     </div>
  49. </section>
  50. ";
  51.         // line 13
  52.         yield from         $this->loadTemplate("@Application/footer/buddybee_new_footer.html.twig""@Buddybee/pages/404NotFound.html.twig"13)->unwrap()->yield($context);
  53.         
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  55.         
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  57.         return; yield '';
  58.     }
  59.     /**
  60.      * @codeCoverageIgnore
  61.      */
  62.     public function getTemplateName()
  63.     {
  64.         return "@Buddybee/pages/404NotFound.html.twig";
  65.     }
  66.     /**
  67.      * @codeCoverageIgnore
  68.      */
  69.     public function isTraitable()
  70.     {
  71.         return false;
  72.     }
  73.     /**
  74.      * @codeCoverageIgnore
  75.      */
  76.     public function getDebugInfo()
  77.     {
  78.         return array (  62 => 13,  53 => 7,  46 => 2,  44 => 1,);
  79.     }
  80.     public function getSourceContext()
  81.     {
  82.         return new Source("{% include '@Application/inc/buddybee_new_header.html.twig' %}
  83. <section class=\"topic-list\">
  84.     <div class=\"container\">
  85.         <div class=\"row\">
  86.             <div class=\"col-md-12\">
  87.                 <img src=\"{{ absolute_url(path('dashboard')) }}buddybee_assets/images/errorPage.jpg\" alt=\"\" class=\"center\" style=\"height: 100%; width: 100%;\">
  88.             </div>
  89.         </div>
  90.     </div>
  91. </section>
  92. {% include '@Application/footer/buddybee_new_footer.html.twig' %}""@Buddybee/pages/404NotFound.html.twig""/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Modules/Buddybee/Resources/views/pages/404NotFound.html.twig");
  93.     }
  94. }