var/cache/dev/twig/81/81ead4696d896b4d03400d13c1829564.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_fa4288de3e22a1cb7bde74935debf6ec 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 11
  29.         return "default_frame.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  38.         // line 13
  39.         $context["body_class"] = "front_page";
  40.         // line 11
  41.         $this->parent $this->loadTemplate("default_frame.twig""index.twig"11);
  42.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  45.         
  46.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  47.     }
  48.     // line 105
  49.     public function block_main($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  56.         // line 106
  57.         echo "  <div class=\"ec-sliderRole\">
  58.     <div class=\"main_visual\">
  59.       <picture>
  60.         <source srcset=\"/html/user_data/assets/img/top/kv.png\" media=\"(min-width: 768px)\" />
  61.         <img src=\"/html/user_data/assets/img/top/kv-sp.png\" alt=\"\" />
  62.       </picture>
  63.       ";
  64.         // line 115
  65.         echo "    </div>
  66.     <div class=\"main_bottom\">
  67.       <div class=\"main_bottomItem\">
  68.         <a href=\"\"><img src=\"/html/user_data/assets/img/top/banner01.png\" alt=\"\" /></a>
  69.       </div>
  70.       <div class=\"main_bottomItem\">
  71.         <a href=\"\"><img src=\"/html/user_data/assets/img/top/banner02.png\" alt=\"\" /></a>
  72.       </div>
  73.       <div class=\"main_bottomItem\">
  74.         <a href=\"\"><img src=\"/html/user_data/assets/img/top/banner03.png\" alt=\"\" /></a>
  75.       </div>
  76.     </div>
  77.   </div>
  78. ";
  79.         
  80.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  81.         
  82.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  83.     }
  84.     public function getTemplateName()
  85.     {
  86.         return "index.twig";
  87.     }
  88.     public function isTraitable()
  89.     {
  90.         return false;
  91.     }
  92.     public function getDebugInfo()
  93.     {
  94.         return array (  79 => 115,  71 => 106,  61 => 105,  50 => 11,  48 => 13,  35 => 11,);
  95.     }
  96.     public function getSourceContext()
  97.     {
  98.         return new Source("{#
  99. This file is part of EC-CUBE
  100. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  101. http://www.ec-cube.co.jp/
  102. For the full copyright and license information, please view the LICENSE
  103. file that was distributed with this source code.
  104. #}
  105. {% extends 'default_frame.twig' %}
  106. {% set body_class = 'front_page' %}
  107. {# {% block stylesheet %}
  108.     <style>
  109.       .slick-slider {
  110.         margin-bottom: 30px;
  111.       }
  112.       
  113.       .slick-dots {
  114.         position: absolute;
  115.         bottom: -45px;
  116.         display: block;
  117.         width: 100%;
  118.         padding: 0;
  119.         list-style: none;
  120.         text-align: center;
  121.       }
  122.       
  123.       .slick-dots li {
  124.         position: relative;
  125.         display: inline-block;
  126.         width: 20px;
  127.         height: 20px;
  128.         margin: 0 5px;
  129.         padding: 0;
  130.       
  131.         cursor: pointer;
  132.       }
  133.       
  134.       .slick-dots li button {
  135.         font-size: 0;
  136.         line-height: 0;
  137.         display: block;
  138.         width: 20px;
  139.         height: 20px;
  140.         padding: 5px;
  141.         cursor: pointer;
  142.         color: transparent;
  143.         border: 0;
  144.         outline: none;
  145.         background: transparent;
  146.       }
  147.       
  148.       .slick-dots li button:hover,
  149.       .slick-dots li button:focus {
  150.         outline: none;
  151.       }
  152.       
  153.       .slick-dots li button:hover:before,
  154.       .slick-dots li button:focus:before {
  155.         opacity: 1;
  156.       }
  157.       
  158.       .slick-dots li button:before {
  159.         content: ' ';
  160.         line-height: 20px;
  161.         position: absolute;
  162.         top: 0;
  163.         left: 0;
  164.         width: 12px;
  165.         height: 12px;
  166.         text-align: center;
  167.         opacity: 0.25;
  168.         background-color: black;
  169.         border-radius: 50%;
  170.       }
  171.       
  172.       .slick-dots li.slick-active button:before {
  173.         opacity: 0.75;
  174.         background-color: black;
  175.       }
  176.       
  177.       .slick-dots li button.thumbnail img {
  178.         width: 0;
  179.         height: 0;
  180.       }
  181.     </style>
  182. {% endblock %} #}
  183. {# {% block javascript %}
  184.     <script>
  185.       \$(function () {
  186.         \$('.main_visual').slick({
  187.           dots: false,
  188.           arrows: false,
  189.           autoplay: true,
  190.           speed: 300
  191.         })
  192.       })
  193.     </script>
  194. {% endblock javascript %} #}
  195. {% block main %}
  196.   <div class=\"ec-sliderRole\">
  197.     <div class=\"main_visual\">
  198.       <picture>
  199.         <source srcset=\"/html/user_data/assets/img/top/kv.png\" media=\"(min-width: 768px)\" />
  200.         <img src=\"/html/user_data/assets/img/top/kv-sp.png\" alt=\"\" />
  201.       </picture>
  202.       {# <div class=\"item slick-slide\"><img src=\"{{ asset('assets/img/top/img_hero_pc01.jpg') }}\"></div>
  203.             <div class=\"item slick-slide\"><img src=\"{{ asset('assets/img/top/img_hero_pc02.jpg') }}\"></div>
  204.             <div class=\"item slick-slide\"><img src=\"{{ asset('assets/img/top/img_hero_pc03.jpg') }}\"></div> #}
  205.     </div>
  206.     <div class=\"main_bottom\">
  207.       <div class=\"main_bottomItem\">
  208.         <a href=\"\"><img src=\"/html/user_data/assets/img/top/banner01.png\" alt=\"\" /></a>
  209.       </div>
  210.       <div class=\"main_bottomItem\">
  211.         <a href=\"\"><img src=\"/html/user_data/assets/img/top/banner02.png\" alt=\"\" /></a>
  212.       </div>
  213.       <div class=\"main_bottomItem\">
  214.         <a href=\"\"><img src=\"/html/user_data/assets/img/top/banner03.png\" alt=\"\" /></a>
  215.       </div>
  216.     </div>
  217.   </div>
  218. {% endblock %}
  219. ""index.twig""/home/xs0607itami/xs0607itami.xsrv.jp/public_html/app/template/default/index.twig");
  220.     }
  221. }