var/cache/dev/twig/ce/ceb2b58b78d10e2a0fcf27dc5ccd8ca70962d9d4ee9d398823c67d76defe75ad.php line 38

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. /* index.twig */
  14. class __TwigTemplate_8b4cf4fabc6a7081b1b791afbd16b784807d835acbb65997e56859b0971248e8 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->blocks = [
  23.             'main' => [$this'block_main'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 12
  29.         return "default_frame.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  38.         // line 14
  39.         $context["body_class"] = "front_page";
  40.         // line 12
  41.         $this->parent $this->loadTemplate("default_frame.twig""index.twig"12);
  42.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  45.         
  46.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  47.     }
  48.     // line 16
  49.     public function block_main($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  56.         // line 17
  57.         echo "
  58. <style>
  59. /*全てに適用*/\t
  60. /*ウィンドウ幅が767px以上の場合に適用*/
  61. @media screen and (min-width: 767px) { 
  62. \t
  63. \t}
  64. /*ウィンドウ幅が最大767pxまでの場合に適用*/
  65. @media screen and (max-width: 767px) { 
  66. \t}
  67. </style>
  68. ";
  69.         // line 31
  70.         echo twig_include($this->env$context"Block/GW.twig");
  71.         echo "
  72. <h2 class=\"d_item_title\">おすすめの商品</h2>
  73. ";
  74.         
  75.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  76.         
  77.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  78.     }
  79.     public function getTemplateName()
  80.     {
  81.         return "index.twig";
  82.     }
  83.     public function isTraitable()
  84.     {
  85.         return false;
  86.     }
  87.     public function getDebugInfo()
  88.     {
  89.         return array (  87 => 31,  71 => 17,  61 => 16,  50 => 12,  48 => 14,  35 => 12,);
  90.     }
  91.     public function getSourceContext()
  92.     {
  93.         return new Source("{#
  94. This file is part of EC-CUBE
  95. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  96. http://www.ec-cube.co.jp/
  97. For the full copyright and license information, please view the LICENSE
  98. file that was distributed with this source code.
  99. #}
  100. {% extends 'default_frame.twig' %}
  101. {% set body_class = 'front_page' %}
  102. {% block main %}
  103. <style>
  104. /*全てに適用*/\t
  105. /*ウィンドウ幅が767px以上の場合に適用*/
  106. @media screen and (min-width: 767px) { 
  107. \t
  108. \t}
  109. /*ウィンドウ幅が最大767pxまでの場合に適用*/
  110. @media screen and (max-width: 767px) { 
  111. \t}
  112. </style>
  113. {{ include('Block/GW.twig') }}
  114. <h2 class=\"d_item_title\">おすすめの商品</h2>
  115. {% endblock %}""index.twig""/home/multipure03/multipure.co.jp/public_html/dev-shop.multipure.co.jp/app/template/default/index.twig");
  116.     }
  117. }