var/cache/dev_hb3717a76ebc1566204522dabc772a7b6/twig/a2/a2a8b1b519b1752a15014f43aff82517204dc832e2d9e02e03f3394bb1976378.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. /* @ThemeOkeOnline/storefront/layout/meta.html.twig */
  16. class __TwigTemplate_5411b373669284e504881cd1b72136cd 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.             'layout_head_stylesheet' => [$this'block_layout_head_stylesheet'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 2
  31.         return "@Storefront/storefront/layout/meta.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""@ThemeOkeOnline/storefront/layout/meta.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""@ThemeOkeOnline/storefront/layout/meta.html.twig"));
  40.         $this->parent $this->loadTemplate("@Storefront/storefront/layout/meta.html.twig""@ThemeOkeOnline/storefront/layout/meta.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 4
  48.     public function block_layout_head_stylesheet($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""layout_head_stylesheet"));
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_stylesheet"));
  55.         // line 5
  56.         echo "    ";
  57.         $this->displayParentBlock("layout_head_stylesheet"$context$blocks);
  58.         echo "
  59.     ";
  60.         // line 7
  61.         if ($this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"stylesFontsTypekitCode")) {
  62.             // line 8
  63.             echo "        <link rel=\"stylesheet\" href=\"https://use.typekit.net/";
  64.             echo sw_escape_filter($this->env$this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"stylesFontsTypekitCode"), "html"nulltrue);
  65.             echo ".css\" media=\"print\" onload=\"this.media='all'\">
  66.     ";
  67.         }
  68.         // line 10
  69.         echo "
  70. ";
  71.         
  72.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  73.         
  74.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  75.     }
  76.     public function getTemplateName()
  77.     {
  78.         return "@ThemeOkeOnline/storefront/layout/meta.html.twig";
  79.     }
  80.     public function isTraitable()
  81.     {
  82.         return false;
  83.     }
  84.     public function getDebugInfo()
  85.     {
  86.         return array (  82 => 10,  76 => 8,  74 => 7,  68 => 5,  58 => 4,  35 => 2,);
  87.     }
  88.     public function getSourceContext()
  89.     {
  90.         return new Source("{% sw_extends '@parent/storefront/layout/meta.html.twig' %}
  91. {% block layout_head_stylesheet %}
  92.     {{ parent() }}
  93.     {% if theme_config('stylesFontsTypekitCode') %}
  94.         <link rel=\"stylesheet\" href=\"https://use.typekit.net/{{ theme_config('stylesFontsTypekitCode') }}.css\" media=\"print\" onload=\"this.media='all'\">
  95.     {% endif %}
  96. {% endblock %}""@ThemeOkeOnline/storefront/layout/meta.html.twig""/home/atc/shopware/custom/plugins/ThemeOkeonline/src/Resources/views/storefront/layout/meta.html.twig");
  97.     }
  98. }