var/cache/dev_hc896b0aecebc6aae6bec469c82cd525f/twig/2e/2e917b8231e9107015972d8ec212b3aa1228062da604c48210d041f344fc4ca9.php line 50

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. /* @FaesslichSlider/storefront/base.html.twig */
  16. class __TwigTemplate_7c161721757fb49c7308c3a1960dda94 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_body_script' => [$this'block_base_body_script'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 2
  31.         return "@FlinkCmsAnchor/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""@FaesslichSlider/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""@FaesslichSlider/storefront/base.html.twig"));
  40.         $this->parent $this->loadTemplate("@FlinkCmsAnchor/storefront/base.html.twig""@FaesslichSlider/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_body_script($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_body_script"));
  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_body_script"));
  55.         // line 4
  56.         echo "    ";
  57.         $this->displayParentBlock("base_body_script"$context$blocks);
  58.         echo "
  59.     ";
  60.         // line 6
  61.         if ($this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context"FaesslichSlider.config.useLazyLoading")) {
  62.             // line 7
  63.             echo "        <script src=\"/bundles/faesslichslider/storefront/lazysizes/plugins/unveilhooks/ls.unveilhooks.js\"></script>
  64.         <script src=\"/bundles/faesslichslider/storefront/lazysizes/lazysizes.min.js\"></script>
  65.     ";
  66.         }
  67.         
  68.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  69.         
  70.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  71.     }
  72.     public function getTemplateName()
  73.     {
  74.         return "@FaesslichSlider/storefront/base.html.twig";
  75.     }
  76.     public function isTraitable()
  77.     {
  78.         return false;
  79.     }
  80.     public function getDebugInfo()
  81.     {
  82.         return array (  76 => 7,  74 => 6,  68 => 4,  58 => 3,  35 => 2,);
  83.     }
  84.     public function getSourceContext()
  85.     {
  86.         return new Source("{% sw_extends '@Storefront/storefront/base.html.twig' %}
  87. {% block base_body_script %}
  88.     {{ parent() }}
  89.     {% if config('FaesslichSlider.config.useLazyLoading') %}
  90.         <script src=\"/bundles/faesslichslider/storefront/lazysizes/plugins/unveilhooks/ls.unveilhooks.js\"></script>
  91.         <script src=\"/bundles/faesslichslider/storefront/lazysizes/lazysizes.min.js\"></script>
  92.     {% endif %}
  93. {% endblock %}
  94. ""@FaesslichSlider/storefront/base.html.twig""/var/www/share/efb-elektronik.dev.mc.emzcustomers.de/shopware6/vendor/store.shopware.com/faesslichslider/src/Resources/views/storefront/base.html.twig");
  95.     }
  96. }