var/cache/dev/twig/78/782e6e9e5630412a3101d44c43086f1b.php line 54

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