var/cache/dev_hc896b0aecebc6aae6bec469c82cd525f/twig/8b/8ba1a6382f19201e7b3e3a242a6fdef4977320ba8f7361f9524d09ef0844fb66.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. /* @UandiEfbContactInfo/storefront/base.html.twig */
  16. class __TwigTemplate_5e864a0e21482683a898587e72bc0e03 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.             'base_footer' => [$this'block_base_footer'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 2
  31.         return "@UandiEfbConfigurableProduct/storefront/base.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""@UandiEfbContactInfo/storefront/base.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""@UandiEfbContactInfo/storefront/base.html.twig"));
  40.         $this->parent $this->loadTemplate("@UandiEfbConfigurableProduct/storefront/base.html.twig""@UandiEfbContactInfo/storefront/base.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 3
  48.     public function block_base_footer($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""base_footer"));
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_footer"));
  55.         // line 4
  56.         echo "    ";
  57.         $this->displayParentBlock("base_footer"$context$blocks);
  58.         echo "
  59.     ";
  60.         // line 6
  61.         $context["routeDisable"] = twig_split_filter($this->env, (($this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context"UandiEfbContactInfo.config.disableStickyBarByRoute")) ? ($this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context"UandiEfbContactInfo.config.disableStickyBarByRoute")) : ("")), ";");
  62.         // line 7
  63.         echo "    ";
  64.         $context["controllerDisable"] = twig_split_filter($this->env, (($this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context"UandiEfbContactInfo.config.disableStickyBarByControllerAndAction")) ? ($this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context"UandiEfbContactInfo.config.disableStickyBarByControllerAndAction")) : ("")), ";");
  65.         // line 8
  66.         echo "    ";
  67.         $context["disable"] = ((twig_in_filter(($context["activeRoute"] ?? null), ($context["routeDisable"] ?? null)) || twig_in_filter(($context["controllerName"] ?? null), ($context["controllerDisable"] ?? null))) || twig_in_filter(((($context["controllerName"] ?? null) . "::") . ($context["controllerAction"] ?? null)), ($context["controllerDisable"] ?? null)));
  68.         // line 9
  69.         echo "
  70.     ";
  71.         // line 10
  72.         if ( !($context["disable"] ?? null)) {
  73.             // line 11
  74.             echo "        ";
  75.             $this->loadTemplate("@UandiEfbContactInfo/storefront/layout/sticky-bar.html.twig""@UandiEfbContactInfo/storefront/base.html.twig"11)->display($context);
  76.             // line 12
  77.             echo "    ";
  78.         }
  79.         
  80.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  81.         
  82.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  83.     }
  84.     public function getTemplateName()
  85.     {
  86.         return "@UandiEfbContactInfo/storefront/base.html.twig";
  87.     }
  88.     public function isTraitable()
  89.     {
  90.         return false;
  91.     }
  92.     public function getDebugInfo()
  93.     {
  94.         return array (  90 => 12,  87 => 11,  85 => 10,  82 => 9,  79 => 8,  76 => 7,  74 => 6,  68 => 4,  58 => 3,  35 => 2,);
  95.     }
  96.     public function getSourceContext()
  97.     {
  98.         return new Source("{% sw_extends '@Storefront/storefront/base.html.twig' %}
  99. {% block base_footer %}
  100.     {{ parent() }}
  101.     {% set routeDisable = (config('UandiEfbContactInfo.config.disableStickyBarByRoute') ?: '')|split(';') %}
  102.     {% set controllerDisable = (config('UandiEfbContactInfo.config.disableStickyBarByControllerAndAction') ?: '')|split(';') %}
  103.     {% set disable = activeRoute in routeDisable or controllerName in controllerDisable or (controllerName ~ '::' ~ controllerAction) in controllerDisable %}
  104.     {% if not disable %}
  105.         {% sw_include '@Storefront/storefront/layout/sticky-bar.html.twig' %}
  106.     {% endif %}
  107. {% endblock %}
  108. ""@UandiEfbContactInfo/storefront/base.html.twig""/var/www/share/efb-elektronik.dev.mc.emzcustomers.de/shopware6/custom/plugins/UandiEfbContactInfo/src/Resources/views/storefront/base.html.twig");
  109.     }
  110. }