var/cache/dev/twig/7c/7c8cd1224f93bab7a22f63588efbdbd2975e9ef156b09d604f55ec2487b78d61.php line 78

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. /* sitemap_index.xml.twig */
  14. class __TwigTemplate_29d60043b802bdddb19af3804179670f40f4e2b0df73315680b699b88403fff3 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""sitemap_index.xml.twig"));
  31.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""sitemap_index.xml.twig"));
  33.         // line 1
  34.         echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
  35. <sitemapindex xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">
  36.     <sitemap>
  37.         <loc>";
  38.         // line 4
  39.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("sitemap_page_xml");
  40.         echo "</loc>
  41.         <lastmod>";
  42.         // line 5
  43.         echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getDateFormatFilter(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'5$this->source); })()), "update_date", [], "any"falsefalsefalse5), """c"), "html"nulltrue);
  44.         echo "</lastmod>
  45.     </sitemap>
  46.     <sitemap>
  47.         <loc>";
  48.         // line 8
  49.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("sitemap_category_xml");
  50.         echo "</loc>
  51.         <lastmod>";
  52.         // line 9
  53.         echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getDateFormatFilter(twig_get_attribute($this->env$this->source, (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'9$this->source); })()), "update_date", [], "any"falsefalsefalse9), """c"), "html"nulltrue);
  54.         echo "</lastmod>
  55.     </sitemap>
  56.     ";
  57.         // line 11
  58.         $context['_parent'] = $context;
  59.         $context['_seq'] = twig_ensure_traversable(range(1, (isset($context["productPageCount"]) || array_key_exists("productPageCount"$context) ? $context["productPageCount"] : (function () { throw new RuntimeError('Variable "productPageCount" does not exist.'11$this->source); })())));
  60.         foreach ($context['_seq'] as $context["_key"] => $context["p"]) {
  61.             // line 12
  62.             echo "        <sitemap>
  63.             <loc>";
  64.             // line 13
  65.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("sitemap_product_xml", ["page" => $context["p"]]), "html"nulltrue);
  66.             echo "</loc>
  67.             <lastmod>";
  68.             // line 14
  69.             echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getDateFormatFilter(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'14$this->source); })()), "update_date", [], "any"falsefalsefalse14), """c"), "html"nulltrue);
  70.             echo "</lastmod>
  71.         </sitemap>
  72.     ";
  73.         }
  74.         $_parent $context['_parent'];
  75.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['p'], $context['_parent'], $context['loop']);
  76.         $context array_intersect_key($context$_parent) + $_parent;
  77.         // line 17
  78.         echo "</sitemapindex>
  79. ";
  80.         
  81.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  82.         
  83.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  84.     }
  85.     public function getTemplateName()
  86.     {
  87.         return "sitemap_index.xml.twig";
  88.     }
  89.     public function isTraitable()
  90.     {
  91.         return false;
  92.     }
  93.     public function getDebugInfo()
  94.     {
  95.         return array (  87 => 17,  78 => 14,  74 => 13,  71 => 12,  67 => 11,  62 => 9,  58 => 8,  52 => 5,  48 => 4,  43 => 1,);
  96.     }
  97.     public function getSourceContext()
  98.     {
  99.         return new Source("<?xml version=\"1.0\" encoding=\"UTF-8\"?>
  100. <sitemapindex xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">
  101.     <sitemap>
  102.         <loc>{{url('sitemap_page_xml')}}</loc>
  103.         <lastmod>{{Page.update_date|date_format('','c')}}</lastmod>
  104.     </sitemap>
  105.     <sitemap>
  106.         <loc>{{url('sitemap_category_xml')}}</loc>
  107.         <lastmod>{{Category.update_date|date_format('','c')}}</lastmod>
  108.     </sitemap>
  109.     {% for p in 1..productPageCount %}
  110.         <sitemap>
  111.             <loc>{{url('sitemap_product_xml', {page: p})}}</loc>
  112.             <lastmod>{{Product.update_date|date_format('','c')}}</lastmod>
  113.         </sitemap>
  114.     {% endfor %}
  115. </sitemapindex>
  116. ""sitemap_index.xml.twig""/home/daiwafood/www/ec/app/template/mizunasu/sitemap_index.xml.twig");
  117.     }
  118. }