var/cache/dev/twig/1f/1f905cd68a5589ef5a2fd1952f9aae5f.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_0381dd9649b28774a0693cc221c1933a 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.         ];
  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 15
  49.     public function block_stylesheet($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""stylesheet"));
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  56.         // line 16
  57.         echo "    <style>
  58.         .slick-slider {
  59.             margin-bottom: 30px;
  60.         }
  61.         .slick-dots {
  62.             position: absolute;
  63.             bottom: -45px;
  64.             display: block;
  65.             width: 100%;
  66.             padding: 0;
  67.             list-style: none;
  68.             text-align: center;
  69.         }
  70.         .slick-dots li {
  71.             position: relative;
  72.             display: inline-block;
  73.             width: 20px;
  74.             height: 20px;
  75.             margin: 0 5px;
  76.             padding: 0;
  77.             cursor: pointer;
  78.         }
  79.         .slick-dots li button {
  80.             font-size: 0;
  81.             line-height: 0;
  82.             display: block;
  83.             width: 20px;
  84.             height: 20px;
  85.             padding: 5px;
  86.             cursor: pointer;
  87.             color: transparent;
  88.             border: 0;
  89.             outline: none;
  90.             background: transparent;
  91.         }
  92.         .slick-dots li button:hover,
  93.         .slick-dots li button:focus {
  94.             outline: none;
  95.         }
  96.         .slick-dots li button:hover:before,
  97.         .slick-dots li button:focus:before {
  98.             opacity: 1;
  99.         }
  100.         .slick-dots li button:before {
  101.             content: \" \";
  102.             line-height: 20px;
  103.             position: absolute;
  104.             top: 0;
  105.             left: 0;
  106.             width: 12px;
  107.             height: 12px;
  108.             text-align: center;
  109.             opacity: .25;
  110.             background-color: black;
  111.             border-radius: 50%;
  112.         }
  113.         .slick-dots li.slick-active button:before {
  114.             opacity: .75;
  115.             background-color: black;
  116.         }
  117.         .slick-dots li button.thumbnail img {
  118.             width: 0;
  119.             height: 0;
  120.         }
  121.     </style>
  122. ";
  123.         
  124.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  125.         
  126.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  127.     }
  128.     public function getTemplateName()
  129.     {
  130.         return "index.twig";
  131.     }
  132.     public function isTraitable()
  133.     {
  134.         return false;
  135.     }
  136.     public function getDebugInfo()
  137.     {
  138.         return array (  71 => 16,  61 => 15,  50 => 11,  48 => 13,  35 => 11,);
  139.     }
  140.     public function getSourceContext()
  141.     {
  142.         return new Source("{#
  143. This file is part of EC-CUBE
  144. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  145. http://www.ec-cube.co.jp/
  146. For the full copyright and license information, please view the LICENSE
  147. file that was distributed with this source code.
  148. #}
  149. {% extends 'default_frame.twig' %}
  150. {% set body_class = 'front_page' %}
  151. {% block stylesheet %}
  152.     <style>
  153.         .slick-slider {
  154.             margin-bottom: 30px;
  155.         }
  156.         .slick-dots {
  157.             position: absolute;
  158.             bottom: -45px;
  159.             display: block;
  160.             width: 100%;
  161.             padding: 0;
  162.             list-style: none;
  163.             text-align: center;
  164.         }
  165.         .slick-dots li {
  166.             position: relative;
  167.             display: inline-block;
  168.             width: 20px;
  169.             height: 20px;
  170.             margin: 0 5px;
  171.             padding: 0;
  172.             cursor: pointer;
  173.         }
  174.         .slick-dots li button {
  175.             font-size: 0;
  176.             line-height: 0;
  177.             display: block;
  178.             width: 20px;
  179.             height: 20px;
  180.             padding: 5px;
  181.             cursor: pointer;
  182.             color: transparent;
  183.             border: 0;
  184.             outline: none;
  185.             background: transparent;
  186.         }
  187.         .slick-dots li button:hover,
  188.         .slick-dots li button:focus {
  189.             outline: none;
  190.         }
  191.         .slick-dots li button:hover:before,
  192.         .slick-dots li button:focus:before {
  193.             opacity: 1;
  194.         }
  195.         .slick-dots li button:before {
  196.             content: \" \";
  197.             line-height: 20px;
  198.             position: absolute;
  199.             top: 0;
  200.             left: 0;
  201.             width: 12px;
  202.             height: 12px;
  203.             text-align: center;
  204.             opacity: .25;
  205.             background-color: black;
  206.             border-radius: 50%;
  207.         }
  208.         .slick-dots li.slick-active button:before {
  209.             opacity: .75;
  210.             background-color: black;
  211.         }
  212.         .slick-dots li button.thumbnail img {
  213.             width: 0;
  214.             height: 0;
  215.         }
  216.     </style>
  217. {% endblock %}""index.twig""/home/swift01/towakensetsu.jp/public_html/app/template/default/index.twig");
  218.     }
  219. }