var/cache/dev/twig/6e/6ef2bc6438be7caf0f8b43ea111d17db.php line 39

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_a6d37490eb9ead2d049567ff2483593d 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.             'stylesheet' => [$this'block_stylesheet'],
  24.             'javascript' => [$this'block_javascript'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 11
  30.         return "default_frame.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  39.         // line 13
  40.         $context["body_class"] = "front_page";
  41.         // line 11
  42.         $this->parent $this->loadTemplate("default_frame.twig""index.twig"11);
  43.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  46.         
  47.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  48.     }
  49.     // line 15
  50.     public function block_stylesheet($context, array $blocks = [])
  51.     {
  52.         $macros $this->macros;
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  57.         // line 16
  58.         echo "    <style>
  59.         .slick-slider {
  60.             margin-bottom: 30px;
  61.         }
  62.         .slick-dots {
  63.             position: absolute;
  64.             bottom: -45px;
  65.             display: block;
  66.             width: 100%;
  67.             padding: 0;
  68.             list-style: none;
  69.             text-align: center;
  70.         }
  71.         .slick-dots li {
  72.             position: relative;
  73.             display: inline-block;
  74.             width: 20px;
  75.             height: 20px;
  76.             margin: 0 5px;
  77.             padding: 0;
  78.             cursor: pointer;
  79.         }
  80.         .slick-dots li button {
  81.             font-size: 0;
  82.             line-height: 0;
  83.             display: block;
  84.             width: 20px;
  85.             height: 20px;
  86.             padding: 5px;
  87.             cursor: pointer;
  88.             color: transparent;
  89.             border: 0;
  90.             outline: none;
  91.             background: transparent;
  92.         }
  93.         .slick-dots li button:hover,
  94.         .slick-dots li button:focus {
  95.             outline: none;
  96.         }
  97.         .slick-dots li button:hover:before,
  98.         .slick-dots li button:focus:before {
  99.             opacity: 1;
  100.         }
  101.         .slick-dots li button:before {
  102.             content: \" \";
  103.             line-height: 20px;
  104.             position: absolute;
  105.             top: 0;
  106.             left: 0;
  107.             width: 12px;
  108.             height: 12px;
  109.             text-align: center;
  110.             opacity: .25;
  111.             background-color: black;
  112.             border-radius: 50%;
  113.         }
  114.         .slick-dots li.slick-active button:before {
  115.             opacity: .75;
  116.             background-color: black;
  117.         }
  118.         .slick-dots li button.thumbnail img {
  119.             width: 0;
  120.             height: 0;
  121.         }
  122.     </style>
  123. ";
  124.         
  125.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  126.         
  127.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  128.     }
  129.     // line 93
  130.     public function block_javascript($context, array $blocks = [])
  131.     {
  132.         $macros $this->macros;
  133.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  134.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  135.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  136.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  137.         // line 94
  138.         echo "    <script>
  139.         \$(function() {
  140.             \$('.main_visual').slick({
  141.                 fade: true,
  142.                 dots: true,
  143.                 arrows: false,
  144.                 autoplay: true,
  145.                 speed: 4000
  146.             });
  147.         });
  148.     </script>
  149. ";
  150.         
  151.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  152.         
  153.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  154.     }
  155.     public function getTemplateName()
  156.     {
  157.         return "index.twig";
  158.     }
  159.     public function isTraitable()
  160.     {
  161.         return false;
  162.     }
  163.     public function getDebugInfo()
  164.     {
  165.         return array (  167 => 94,  157 => 93,  72 => 16,  62 => 15,  51 => 11,  49 => 13,  36 => 11,);
  166.     }
  167.     public function getSourceContext()
  168.     {
  169.         return new Source("{#
  170. This file is part of EC-CUBE
  171. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  172. http://www.ec-cube.co.jp/
  173. For the full copyright and license information, please view the LICENSE
  174. file that was distributed with this source code.
  175. #}
  176. {% extends 'default_frame.twig' %}
  177. {% set body_class = 'front_page' %}
  178. {% block stylesheet %}
  179.     <style>
  180.         .slick-slider {
  181.             margin-bottom: 30px;
  182.         }
  183.         .slick-dots {
  184.             position: absolute;
  185.             bottom: -45px;
  186.             display: block;
  187.             width: 100%;
  188.             padding: 0;
  189.             list-style: none;
  190.             text-align: center;
  191.         }
  192.         .slick-dots li {
  193.             position: relative;
  194.             display: inline-block;
  195.             width: 20px;
  196.             height: 20px;
  197.             margin: 0 5px;
  198.             padding: 0;
  199.             cursor: pointer;
  200.         }
  201.         .slick-dots li button {
  202.             font-size: 0;
  203.             line-height: 0;
  204.             display: block;
  205.             width: 20px;
  206.             height: 20px;
  207.             padding: 5px;
  208.             cursor: pointer;
  209.             color: transparent;
  210.             border: 0;
  211.             outline: none;
  212.             background: transparent;
  213.         }
  214.         .slick-dots li button:hover,
  215.         .slick-dots li button:focus {
  216.             outline: none;
  217.         }
  218.         .slick-dots li button:hover:before,
  219.         .slick-dots li button:focus:before {
  220.             opacity: 1;
  221.         }
  222.         .slick-dots li button:before {
  223.             content: \" \";
  224.             line-height: 20px;
  225.             position: absolute;
  226.             top: 0;
  227.             left: 0;
  228.             width: 12px;
  229.             height: 12px;
  230.             text-align: center;
  231.             opacity: .25;
  232.             background-color: black;
  233.             border-radius: 50%;
  234.         }
  235.         .slick-dots li.slick-active button:before {
  236.             opacity: .75;
  237.             background-color: black;
  238.         }
  239.         .slick-dots li button.thumbnail img {
  240.             width: 0;
  241.             height: 0;
  242.         }
  243.     </style>
  244. {% endblock %}
  245. {% block javascript %}
  246.     <script>
  247.         \$(function() {
  248.             \$('.main_visual').slick({
  249.                 fade: true,
  250.                 dots: true,
  251.                 arrows: false,
  252.                 autoplay: true,
  253.                 speed: 4000
  254.             });
  255.         });
  256.     </script>
  257. {% endblock javascript %}""index.twig""/home/xs031638/hieiyuba.xyz/public_html/shop/app/template/default/index.twig");
  258.     }
  259. }