var/cache/dev_h35c9e4fa64367e5a564f83803cfdec08/twig/bf/bf52a81378a2480247c71a11e7c80e85d168c44fa6eb3fe2b2a3f50a0351f573.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. /* @ProxaCheckoutTemplate/storefront/layout/meta.html.twig */
  16. class __TwigTemplate_654e2172ec673139efb88a3218260e44 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_meta_tags_viewport' => [$this'block_layout_head_meta_tags_viewport'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 2
  31.         return "@TcinnThemeWareModern/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""@ProxaCheckoutTemplate/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""@ProxaCheckoutTemplate/storefront/layout/meta.html.twig"));
  40.         $this->parent $this->loadTemplate("@TcinnThemeWareModern/storefront/layout/meta.html.twig""@ProxaCheckoutTemplate/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 3
  48.     public function block_layout_head_meta_tags_viewport($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_meta_tags_viewport"));
  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_meta_tags_viewport"));
  55.         // line 4
  56.         echo "     ";
  57.         if (((($context["controllerAction"] ?? null) == "checkoutRegisterPage") || (($context["controllerAction"] ?? null) == "confirmPage"))) {
  58.             // line 5
  59.             echo "         <meta name=\"viewport\"
  60.                content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0,user-scalable=0\"/>
  61.      ";
  62.         } else {
  63.             // line 8
  64.             echo "         ";
  65.             $this->displayParentBlock("layout_head_meta_tags_viewport"$context$blocks);
  66.             echo "
  67.      ";
  68.         }
  69.         // line 10
  70.         echo " ";
  71.         
  72.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  73.         
  74.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  75.     }
  76.     public function getTemplateName()
  77.     {
  78.         return "@ProxaCheckoutTemplate/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,  71 => 5,  68 => 4,  58 => 3,  35 => 2,);
  87.     }
  88.     public function getSourceContext()
  89.     {
  90.         return new Source("{% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
  91.  {% block layout_head_meta_tags_viewport %}
  92.      {% if controllerAction == \"checkoutRegisterPage\" or controllerAction == \"confirmPage\" %}
  93.          <meta name=\"viewport\"
  94.                content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0,user-scalable=0\"/>
  95.      {% else %}
  96.          {{ parent() }}
  97.      {% endif %}
  98.  {% endblock %}
  99. ""@ProxaCheckoutTemplate/storefront/layout/meta.html.twig""/var/customers/webs/kew/htdocs6/custom/plugins/ProxaCheckoutTemplate/src/Resources/views/storefront/layout/meta.html.twig");
  100.     }
  101. }