var/cache/dev_h61dab171fcb3dd073fc68bfbeb4d9256/twig/1f/1f0c40d727da33d532b8f57d575dcab4703c05cb3980eeefc6cbd470b2594741.php line 40

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use function Shopware\Core\Framework\Adapter\Twig\sw_get_attribute;
  4. use function Shopware\Core\Framework\Adapter\Twig\sw_escape_filter;
  5. use Twig\Error\LoaderError;
  6. use Twig\Error\RuntimeError;
  7. use Twig\Extension\SandboxExtension;
  8. use Twig\Markup;
  9. use Twig\Sandbox\SecurityError;
  10. use Twig\Sandbox\SecurityNotAllowedTagError;
  11. use Twig\Sandbox\SecurityNotAllowedFilterError;
  12. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  13. use Twig\Source;
  14. use Twig\Template;
  15. /* @BettenABC/storefront/page/content/index.html.twig */
  16. class __TwigTemplate_825bda4ee395e56ea06f27ebb88ce677 extends Template
  17. {
  18.     private $source;
  19.     private $macros = [];
  20.     public function __construct(Environment $env)
  21.     {
  22.         parent::__construct($env);
  23.         $this->source $this->getSourceContext();
  24.         $this->blocks = [
  25.             'cms_breadcrumb' => [$this'block_cms_breadcrumb'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 2
  31.         return "@ArboroProductListingLayout/storefront/page/content/index.html.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@BettenABC/storefront/page/content/index.html.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@BettenABC/storefront/page/content/index.html.twig"));
  40.         $this->parent $this->loadTemplate("@ArboroProductListingLayout/storefront/page/content/index.html.twig""@BettenABC/storefront/page/content/index.html.twig"2);
  41.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  42.         
  43.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  44.         
  45.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  46.     }
  47.     // line 12
  48.     public function block_cms_breadcrumb($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""cms_breadcrumb"));
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""cms_breadcrumb"));
  55.         
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  57.         
  58.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  59.     }
  60.     public function getTemplateName()
  61.     {
  62.         return "@BettenABC/storefront/page/content/index.html.twig";
  63.     }
  64.     public function isTraitable()
  65.     {
  66.         return false;
  67.     }
  68.     public function getDebugInfo()
  69.     {
  70.         return array (  58 => 12,  35 => 2,);
  71.     }
  72.     public function getSourceContext()
  73.     {
  74.         return new Source("{#
  75. # Project:      www.betten-abc.de
  76. # Company:      arboro GmbH
  77. # Created by:   Daniel Geike
  78. # Created on:   07.04.22
  79. # Description:
  80. #}
  81. {% sw_extends \"@Storefront/storefront/page/content/index.html.twig\" %}
  82. {# remove breadcrumbs, since it's loaded via cms elements #}
  83. {% block cms_breadcrumb %}
  84. {% endblock %}""@BettenABC/storefront/page/content/index.html.twig""/usr/www/users/betten/betten-abc-alt-und-tot.de/custom/plugins/BettenABC/src/Resources/views/storefront/page/content/index.html.twig");
  85.     }
  86. }