var/cache/dev/twig/3e/3e4b6898e5a28451e337c4fede19cc1b9c298c4d8eef587d5f751a3e896567c2.php line 50

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_86d4675e4ca0a49ab741bc931491e312a1c22eda434a1ba164a269c288ff36a3 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.         ];
  24.     }
  25.     protected function doGetParent(array $context)
  26.     {
  27.         // line 11
  28.         return "default_frame.twig";
  29.     }
  30.     protected function doDisplay(array $context, array $blocks = [])
  31.     {
  32.         $macros $this->macros;
  33.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  35.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  37.         // line 13
  38.         $context["body_class"] = "front_page";
  39.         // line 11
  40.         $this->parent $this->loadTemplate("default_frame.twig""index.twig"11);
  41.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  42.         
  43.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  44.         
  45.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  46.     }
  47.     public function getTemplateName()
  48.     {
  49.         return "index.twig";
  50.     }
  51.     public function isTraitable()
  52.     {
  53.         return false;
  54.     }
  55.     public function getDebugInfo()
  56.     {
  57.         return array (  49 => 11,  47 => 13,  34 => 11,);
  58.     }
  59.     public function getSourceContext()
  60.     {
  61.         return new Source("{#
  62. This file is part of EC-CUBE
  63. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  64. http://www.ec-cube.co.jp/
  65. For the full copyright and license information, please view the LICENSE
  66. file that was distributed with this source code.
  67. #}
  68. {% extends 'default_frame.twig' %}
  69. {% set body_class = 'front_page' %}
  70. {#{% block stylesheet %}#}
  71. {#    <style>#}
  72. {#        .slick-slider {#}
  73. {#            margin-bottom: 30px;#}
  74. {#        }#}
  75. {#        .slick-dots {#}
  76. {#            position: absolute;#}
  77. {#            bottom: -45px;#}
  78. {#            display: block;#}
  79. {#            width: 100%;#}
  80. {#            padding: 0;#}
  81. {#            list-style: none;#}
  82. {#            text-align: center;#}
  83. {#        }#}
  84. {#        .slick-dots li {#}
  85. {#            position: relative;#}
  86. {#            display: inline-block;#}
  87. {#            width: 20px;#}
  88. {#            height: 20px;#}
  89. {#            margin: 0 5px;#}
  90. {#            padding: 0;#}
  91. {#            cursor: pointer;#}
  92. {#        }#}
  93. {#        .slick-dots li button {#}
  94. {#            font-size: 0;#}
  95. {#            line-height: 0;#}
  96. {#            display: block;#}
  97. {#            width: 20px;#}
  98. {#            height: 20px;#}
  99. {#            padding: 5px;#}
  100. {#            cursor: pointer;#}
  101. {#            color: transparent;#}
  102. {#            border: 0;#}
  103. {#            outline: none;#}
  104. {#            background: transparent;#}
  105. {#        }#}
  106. {#        .slick-dots li button:hover,#}
  107. {#        .slick-dots li button:focus {#}
  108. {#            outline: none;#}
  109. {#        }#}
  110. {#        .slick-dots li button:hover:before,#}
  111. {#        .slick-dots li button:focus:before {#}
  112. {#            opacity: 1;#}
  113. {#        }#}
  114. {#        .slick-dots li button:before {#}
  115. {#            content: \" \";#}
  116. {#            line-height: 20px;#}
  117. {#            position: absolute;#}
  118. {#            top: 0;#}
  119. {#            left: 0;#}
  120. {#            width: 12px;#}
  121. {#            height: 12px;#}
  122. {#            text-align: center;#}
  123. {#            opacity: .25;#}
  124. {#            background-color: black;#}
  125. {#            border-radius: 50%;#}
  126. {#        }#}
  127. {#        .slick-dots li.slick-active button:before {#}
  128. {#            opacity: .75;#}
  129. {#            background-color: black;#}
  130. {#        }#}
  131. {#        .slick-dots li button.thumbnail img {#}
  132. {#            width: 0;#}
  133. {#            height: 0;#}
  134. {#        }#}
  135. {#    </style>#}
  136. {#{% endblock %}#}
  137. {#{% block javascript %}#}
  138. {#    <script>#}
  139. {#        \$(function() {#}
  140. {#            \$('.main_visual').slick({#}
  141. {#                dots: true,#}
  142. {#                arrows: false,#}
  143. {#                autoplay: true,#}
  144. {#                speed: 300,#}
  145. {#            });#}
  146. {#        });#}
  147. {#    </script>#}
  148. {#{% endblock javascript %}#}
  149. {#{% block main %}#}
  150. {#    <div class=\"ec-sliderRole\">#}
  151. {#        <div class=\"main_visual\">#}
  152. {#            <div class=\"item slick-slide\"><img src=\"{{ asset('assets/img/top/img_hero_pc01.jpg') }}\"></div>#}
  153. {#            <div class=\"item slick-slide\"><img src=\"{{ asset('assets/img/top/img_hero_pc02.jpg') }}\"></div>#}
  154. {#            <div class=\"item slick-slide\"><img src=\"{{ asset('assets/img/top/img_hero_pc03.jpg') }}\"></div>#}
  155. {#        </div>#}
  156. {#    </div>#}
  157. {#{% endblock %}#}""index.twig""/home/wai2cojp/sysdemo.pro/public_html/kinpara.sysdemo.pro/shop/app/template/default/index.twig");
  158.     }
  159. }