var/cache/dev/twig/0d/0d2e595a87272ee9ac036310845af08d44ce9c290ccebad5c07f520d4cb21b8b.php line 52

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* block.twig */
  14. class __TwigTemplate_102da02d150c9a000d4b8b6e84d8b99ed043da7092c7e4463e09d7d95eac0a78 extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""block.twig"));
  31.         // line 11
  32.         $context['_parent'] = $context;
  33.         $context['_seq'] = twig_ensure_traversable(($context["Blocks"] ?? null));
  34.         foreach ($context['_seq'] as $context["_key"] => $context["Block"]) {
  35.             // line 12
  36.             echo "    <!-- ▼";
  37.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Block"], "name", [], "any"falsefalsefalse12), "html"nulltrue);
  38.             echo " -->
  39.     ";
  40.             // line 13
  41.             if (twig_get_attribute($this->env$this->source$context["Block"], "use_controller", [], "any"falsefalsefalse13)) {
  42.                 // line 14
  43.                 echo "        ";
  44.                 echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Eccube\Twig\Extension\IgnoreRoutingNotFoundExtension']->getPath(("block_" twig_get_attribute($this->env$this->source$context["Block"], "file_name", [], "any"falsefalsefalse14))));
  45.                 echo "
  46.     ";
  47.             } else {
  48.                 // line 16
  49.                 echo "        ";
  50.                 echo $this->extensions['Eccube\Twig\Extension\TwigIncludeExtension']->include_dispatch($context, (("Block/" twig_get_attribute($this->env$this->source$context["Block"], "file_name", [], "any"falsefalsefalse16)) . ".twig"));
  51.                 echo "
  52.     ";
  53.             }
  54.             // line 18
  55.             echo "    <!-- ▲";
  56.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Block"], "name", [], "any"falsefalsefalse18), "html"nulltrue);
  57.             echo " -->
  58. ";
  59.         }
  60.         $_parent $context['_parent'];
  61.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Block'], $context['_parent'], $context['loop']);
  62.         $context array_intersect_key($context$_parent) + $_parent;
  63.         
  64.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  65.     }
  66.     public function getTemplateName()
  67.     {
  68.         return "block.twig";
  69.     }
  70.     public function isTraitable()
  71.     {
  72.         return false;
  73.     }
  74.     public function getDebugInfo()
  75.     {
  76.         return array (  63 => 18,  57 => 16,  51 => 14,  49 => 13,  44 => 12,  40 => 11,);
  77.     }
  78.     public function getSourceContext()
  79.     {
  80.         return new Source("""block.twig""/home/xs626321/ikus.furniture/public_html/online/app/template/default/block.twig");
  81.     }
  82. }