var/cache/dev/twig/5f/5f91fd8716c2000fe44ef9a9eb0f363dfe817421d84326b73e11c5cacc3e1618.php line 36

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. /* default_frame.twig */
  14. class __TwigTemplate_167e9c41fedcc9782c0ceb50686a7e1b63b745d0c9304763ad1c5a394929de8e 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->parent false;
  23.         $this->blocks = [
  24.             'stylesheet' => [$this'block_stylesheet'],
  25.             'main' => [$this'block_main'],
  26.             'javascript' => [$this'block_javascript'],
  27.         ];
  28.     }
  29.     protected function doDisplay(array $context, array $blocks = [])
  30.     {
  31.         $macros $this->macros;
  32.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  33.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""default_frame.twig"));
  34.         // line 1
  35.         echo "<!doctype html>
  36. ";
  37.         // line 12
  38.         echo "<html lang=\"";
  39.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, ($context["eccube_config"] ?? null), "locale", [], "any"falsefalsefalse12), "html"nulltrue);
  40.         echo "\">
  41. <head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
  42.     <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  43.                 new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  44.             j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  45.             'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  46.         })(window,document,'script','dataLayer','GTM-ML373CNH');</script>
  47.     <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-ER7VE8E3CZ\"></script>
  48.     <script>
  49.         window.dataLayer = window.dataLayer || [];
  50.         function gtag(){dataLayer.push(arguments);}
  51.         gtag('js', new Date());
  52.         gtag('config', 'G-ER7VE8E3CZ');
  53.     </script>
  54.     <meta charset=\"utf-8\">
  55.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  56.     <meta name=\"eccube-csrf-token\" content=\"";
  57.         // line 33
  58.         echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken(twig_constant("Eccube\\Common\\Constant::TOKEN_NAME")), "html"nulltrue);
  59.         echo "\">
  60.     ";
  61.         // line 35
  62.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse35), "get", [=> "_route"], "method"falsefalsefalse35) == "homepage")) {
  63.             // line 36
  64.             echo "        <title>";
  65.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, ($context["BaseInfo"] ?? null), "shop_name", [], "any"falsefalsefalse36), "html"nulltrue);
  66.             echo "</title>";
  67.             // line 37
  68.             echo "    ";
  69.         } elseif ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse37), "get", [=> "_route"], "method"falsefalsefalse37) == "product_list")) {
  70.             // line 38
  71.             echo "        ";
  72.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse38), "get", [=> "category_id"], "method"falsefalsefalse38) != "")) {
  73.                 // line 39
  74.                 echo "            <title>";
  75.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, ($context["Category"] ?? null), "name", [], "any"falsefalsefalse39), "html"nulltrue);
  76.                 echo "の商品一覧 / ";
  77.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, ($context["BaseInfo"] ?? null), "shop_name", [], "any"falsefalsefalse39), "html"nulltrue);
  78.                 echo "</title>";
  79.                 // line 40
  80.                 echo "        ";
  81.             }
  82.             // line 41
  83.             echo "    ";
  84.         } elseif ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse41), "get", [=> "_route"], "method"falsefalsefalse41) == "product_detail")) {
  85.             // line 42
  86.             echo "        <title>";
  87.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, ($context["Product"] ?? null), "name", [], "any"falsefalsefalse42), "html"nulltrue);
  88.             echo " / ";
  89.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, ($context["BaseInfo"] ?? null), "shop_name", [], "any"falsefalsefalse42), "html"nulltrue);
  90.             echo "</title>";
  91.             // line 43
  92.             echo "    ";
  93.         } else {
  94.             // line 44
  95.             echo "        <title>";
  96.             echo twig_escape_filter($this->env, ($context["title"] ?? null), "html"nulltrue);
  97.             echo " / ";
  98.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, ($context["BaseInfo"] ?? null), "shop_name", [], "any"falsefalsefalse44), "html"nulltrue);
  99.             echo "</title>";
  100.             // line 45
  101.             echo "    ";
  102.         }
  103.         // line 46
  104.         echo "
  105.     <meta name=\"description\" content=\"家具通販・インテリア通販のIKUS(イクス)。カール・ハンセン&サン、カリモクニュースタンダード、IKASAS(イカサ)、柏木工など国内外の選りすぐりの家具を取り揃えております。\">
  106.     ";
  107.         // line 49
  108.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "meta_tags", [], "any"falsefalsefalse49))) {
  109.             // line 50
  110.             echo "        ";
  111.             echo twig_include($this->env$contexttwig_template_from_string($this->envtwig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "meta_tags", [], "any"falsefalsefalse50)));
  112.             echo "
  113.     ";
  114.         } else {
  115.             // line 52
  116.             echo "        ";
  117.             echo twig_include($this->env$context"meta.twig");
  118.             echo "
  119.     ";
  120.         }
  121.         // line 54
  122.         echo "    ";
  123.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "author", [], "any"falsefalsefalse54))) {
  124.             // line 55
  125.             echo "        <meta name=\"author\" content=\"";
  126.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "author", [], "any"falsefalsefalse55), "html"nulltrue);
  127.             echo "\">
  128.     ";
  129.         }
  130.         // line 57
  131.         echo "    ";
  132.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "keyword", [], "any"falsefalsefalse57))) {
  133.             // line 58
  134.             echo "        <meta name=\"keywords\" content=\"";
  135.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "keyword", [], "any"falsefalsefalse58), "html"nulltrue);
  136.             echo "\">
  137.     ";
  138.         }
  139.         // line 60
  140.         echo "    ";
  141.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "meta_robots", [], "any"falsefalsefalse60))) {
  142.             // line 61
  143.             echo "        <meta name=\"robots\" content=\"";
  144.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "meta_robots", [], "any"falsefalsefalse61), "html"nulltrue);
  145.             echo "\">
  146.     ";
  147.         }
  148.         // line 63
  149.         echo "    <link rel=\"icon\" href=\"";
  150.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/favicon.ico""user_data"), "html"nulltrue);
  151.         echo "\">
  152.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  153.     <link rel=\"stylesheet\" href=\"";
  154.         // line 65
  155.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html"nulltrue);
  156.         echo "\">
  157.     <script src=\"";
  158.         // line 66
  159.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("front.bundle.js""bundle"), "html"nulltrue);
  160.         echo "\"></script>
  161.     ";
  162.         // line 67
  163.         $this->displayBlock('stylesheet'$context$blocks);
  164.         // line 68
  165.         echo "    <script>
  166.         \$(function() {
  167.             \$.ajaxSetup({
  168.                 'headers': {
  169.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  170.                 }
  171.             });
  172.         });
  173.     </script>
  174.     ";
  175.         // line 78
  176.         echo "    ";
  177.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Head", [], "any"falsefalsefalse78)) {
  178.             // line 79
  179.             echo "        ";
  180.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Head", [], "any"falsefalsefalse79)]);
  181.             echo "
  182.     ";
  183.         }
  184.         // line 81
  185.         echo "    ";
  186.         // line 82
  187.         echo "    ";
  188.         if (array_key_exists("plugin_assets"$context)) {
  189.             echo twig_include($this->env$context"@admin/snippet.twig", ["snippets" => ($context["plugin_assets"] ?? null)]);
  190.         }
  191.         // line 83
  192.         echo "    <link rel=\"stylesheet\" href=\"";
  193.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/customize.css""user_data"), "html"nulltrue);
  194.         echo "\">
  195.     <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  196.     <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  197.     <link href=\"https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital@1&family=Inter:wght@100;200;300;400;700;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP&display=swap\" rel=\"stylesheet\">
  198.     <link rel=\"stylesheet\" href=\"";
  199.         // line 87
  200.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/main.css"), "html"nulltrue);
  201.         echo "\">
  202. </head>
  203. <body id=\"page_";
  204.         // line 89
  205.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse89), "get", [=> "_route"], "method"falsefalsefalse89), "html"nulltrue);
  206.         echo "\" class=\"";
  207.         echo twig_escape_filter($this->env, ((array_key_exists("body_class"$context)) ? (_twig_default_filter(($context["body_class"] ?? null), "other_page")) : ("other_page")), "html"nulltrue);
  208.         echo "\">
  209. ";
  210.         // line 91
  211.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "BodyAfter", [], "any"falsefalsefalse91)) {
  212.             // line 92
  213.             echo "    ";
  214.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "BodyAfter", [], "any"falsefalsefalse92)]);
  215.             echo "
  216. ";
  217.         }
  218.         // line 94
  219.         echo "
  220. <!-- Google Tag Manager (noscript) -->
  221. <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-ML373CNH\"
  222.                   height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  223. <!-- End Google Tag Manager (noscript) -->
  224. <div class=\"overlay\"></div>
  225. ";
  226.         // line 102
  227.         if (($context["isMaintenance"] ?? null)) {
  228.             // line 103
  229.             echo "    <div class=\"ec-maintenanceAlert\">
  230.         <div>
  231.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"";
  232.             // line 105
  233.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  234.             echo "\"/></div>
  235.             ";
  236.             // line 106
  237.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("メンテナンスモードが有効になっています。"), "html"nulltrue);
  238.             echo "
  239.         </div>
  240.     </div>
  241. ";
  242.         }
  243.         // line 110
  244.         echo "
  245. <div class=\"ec-layoutRole\">
  246.     <div class=\"announcement_bar\">
  247.         <div class=\"announcement_bar__inner\">250,000円(税別)以上のご購入で送料無料</div><!--/.announcement_bar_inner-->
  248.     </div><!--/.announcement_bar-->
  249.     ";
  250.         // line 118
  251.         echo "    ";
  252.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Header", [], "any"falsefalsefalse118)) {
  253.             // line 119
  254.             echo "        <header class=\"ec-layoutRole__header\">
  255.             ";
  256.             // line 120
  257.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Header", [], "any"falsefalsefalse120)]);
  258.             echo "
  259.         </header>
  260.     ";
  261.         }
  262.         // line 123
  263.         echo "
  264.     ";
  265.         // line 125
  266.         echo "    ";
  267.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "ContentsTop", [], "any"falsefalsefalse125)) {
  268.             // line 126
  269.             echo "        <div class=\"ec-layoutRole__contentTop\">
  270.             ";
  271.             // line 127
  272.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "ContentsTop", [], "any"falsefalsefalse127)]);
  273.             echo "
  274.         </div>
  275.     ";
  276.         }
  277.         // line 130
  278.         echo "
  279.     ";
  280.         // line 133
  281.         echo "    ";
  282.         $context["request_uri"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse133), "server", [], "any"falsefalsefalse133), "get", [=> "REQUEST_URI"], "method"falsefalsefalse133);
  283.         // line 134
  284.         echo "    ";
  285.         // line 135
  286.         echo "    ";
  287.         if ((($context["request_uri"] ?? null) != "/")) {
  288.             // line 136
  289.             echo "    <div class=\"ec-layoutRole__contents\">
  290.     ";
  291.         }
  292.         // line 138
  293.         echo "
  294.         ";
  295.         // line 140
  296.         echo "        ";
  297.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "SideLeft", [], "any"falsefalsefalse140)) {
  298.             // line 141
  299.             echo "            <aside class=\"ec-layoutRole__left\">
  300.                 ";
  301.             // line 142
  302.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "SideLeft", [], "any"falsefalsefalse142)]);
  303.             echo "
  304.             </aside>
  305.         ";
  306.         }
  307.         // line 145
  308.         echo "
  309.         ";
  310.         // line 146
  311.         $context["layoutRoleMain"] = "ec-layoutRole__main";
  312.         // line 147
  313.         echo "        ";
  314.         if ((twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "ColumnNum", [], "any"falsefalsefalse147) == 2)) {
  315.             // line 148
  316.             echo "            ";
  317.             $context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
  318.             // line 149
  319.             echo "        ";
  320.         } elseif ((twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "ColumnNum", [], "any"falsefalsefalse149) == 3)) {
  321.             // line 150
  322.             echo "            ";
  323.             $context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
  324.             // line 151
  325.             echo "        ";
  326.         }
  327.         // line 152
  328.         echo "
  329.         <main class=\"";
  330.         // line 153
  331.         echo twig_escape_filter($this->env, ($context["layoutRoleMain"] ?? null), "html"nulltrue);
  332.         echo "\">
  333.             ";
  334.         // line 155
  335.         echo "            ";
  336.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "MainTop", [], "any"falsefalsefalse155)) {
  337.             // line 156
  338.             echo "                <div class=\"ec-layoutRole__mainTop\">
  339.                     ";
  340.             // line 157
  341.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "MainTop", [], "any"falsefalsefalse157)]);
  342.             echo "
  343.                 </div>
  344.             ";
  345.         }
  346.         // line 160
  347.         echo "
  348.             ";
  349.         // line 162
  350.         echo "            ";
  351.         $this->displayBlock('main'$context$blocks);
  352.         // line 163
  353.         echo "
  354.             ";
  355.         // line 165
  356.         echo "            ";
  357.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "MainBottom", [], "any"falsefalsefalse165)) {
  358.             // line 166
  359.             echo "                <div class=\"ec-layoutRole__mainBottom\">
  360.                     ";
  361.             // line 167
  362.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "MainBottom", [], "any"falsefalsefalse167)]);
  363.             echo "
  364.                 </div>
  365.             ";
  366.         }
  367.         // line 170
  368.         echo "        </main>
  369.         ";
  370.         // line 173
  371.         echo "        ";
  372.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "SideRight", [], "any"falsefalsefalse173)) {
  373.             // line 174
  374.             echo "            <aside class=\"ec-layoutRole__right\">
  375.                 ";
  376.             // line 175
  377.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "SideRight", [], "any"falsefalsefalse175)]);
  378.             echo "
  379.             </aside>
  380.         ";
  381.         }
  382.         // line 178
  383.         echo "
  384.     ";
  385.         // line 181
  386.         if ((($context["request_uri"] ?? null) != "/")) {
  387.             // line 182
  388.             echo "    </div><!--/.ec-layoutRole__contents-->
  389.     ";
  390.         }
  391.         // line 184
  392.         echo "
  393.     ";
  394.         // line 187
  395.         echo "    ";
  396.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "ContentsBottom", [], "any"falsefalsefalse187)) {
  397.             // line 188
  398.             echo "        <div class=\"ec-layoutRole__contentBottom\">
  399.             ";
  400.             // line 189
  401.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "ContentsBottom", [], "any"falsefalsefalse189)]);
  402.             echo "
  403.         </div>
  404.     ";
  405.         }
  406.         // line 192
  407.         echo "
  408.     ";
  409.         // line 194
  410.         echo "    ";
  411.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Footer", [], "any"falsefalsefalse194)) {
  412.             // line 195
  413.             echo "        <footer class=\"ec-layoutRole__footer\">
  414.             ";
  415.             // line 196
  416.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Footer", [], "any"falsefalsefalse196)]);
  417.             echo "
  418.         </footer>
  419.     ";
  420.         }
  421.         // line 199
  422.         echo "</div><!-- ec-layoutRole -->
  423. <div class=\"ec-overlayRole\"></div>
  424. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  425. <div class=\"ec-drawerRole\">
  426.     ";
  427.         // line 205
  428.         echo "    ";
  429.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Drawer", [], "any"falsefalsefalse205)) {
  430.             // line 206
  431.             echo "        ";
  432.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Drawer", [], "any"falsefalsefalse206)]);
  433.             echo "
  434.     ";
  435.         }
  436.         // line 208
  437.         echo "</div>
  438. ";
  439.         // line 210
  440.         $this->loadTemplate("@common/lang.twig""default_frame.twig"210)->display($context);
  441.         // line 211
  442.         echo "<script src=\"";
  443.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js"), "html"nulltrue);
  444.         echo "\"></script>
  445. <script src=\"";
  446.         // line 212
  447.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html"nulltrue);
  448.         echo "\"></script>
  449. ";
  450.         // line 213
  451.         $this->displayBlock('javascript'$context$blocks);
  452.         // line 215
  453.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "CloseBodyBefore", [], "any"falsefalsefalse215)) {
  454.             // line 216
  455.             echo "    ";
  456.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "CloseBodyBefore", [], "any"falsefalsefalse216)]);
  457.             echo "
  458. ";
  459.         }
  460.         // line 218
  461.         echo "
  462. ";
  463.         // line 220
  464.         if (array_key_exists("plugin_snippets"$context)) {
  465.             // line 221
  466.             echo "    ";
  467.             echo twig_include($this->env$context"snippet.twig", ["snippets" => ($context["plugin_snippets"] ?? null)]);
  468.             echo "
  469. ";
  470.         }
  471.         // line 223
  472.         echo "
  473.     <script src=\"";
  474.         // line 224
  475.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/customize.js""user_data"), "html"nulltrue);
  476.         echo "\"></script>
  477.     <!-- Swiper -->
  478.     <link rel=\"stylesheet\" href=\"";
  479.         // line 227
  480.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/swiper.min.css"), "html"nulltrue);
  481.         echo "\">
  482.     <script src=\"";
  483.         // line 228
  484.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/swiper.min.js"), "html"nulltrue);
  485.         echo "\"></script>
  486.     <script src=\"";
  487.         // line 230
  488.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/common.js"), "html"nulltrue);
  489.         echo "\"></script>
  490. </body>
  491. </html>
  492. ";
  493.         
  494.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  495.     }
  496.     // line 67
  497.     public function block_stylesheet($context, array $blocks = [])
  498.     {
  499.         $macros $this->macros;
  500.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  501.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  502.         
  503.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  504.     }
  505.     // line 162
  506.     public function block_main($context, array $blocks = [])
  507.     {
  508.         $macros $this->macros;
  509.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  510.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  511.         
  512.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  513.     }
  514.     // line 213
  515.     public function block_javascript($context, array $blocks = [])
  516.     {
  517.         $macros $this->macros;
  518.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  519.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  520.         
  521.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  522.     }
  523.     public function getTemplateName()
  524.     {
  525.         return "default_frame.twig";
  526.     }
  527.     public function isTraitable()
  528.     {
  529.         return false;
  530.     }
  531.     public function getDebugInfo()
  532.     {
  533.         return array (  551 => 213,  539 => 162,  527 => 67,  516 => 230,  511 => 228,  507 => 227,  501 => 224,  498 => 223,  492 => 221,  490 => 220,  487 => 218,  481 => 216,  479 => 215,  477 => 213,  473 => 212,  468 => 211,  466 => 210,  462 => 208,  456 => 206,  453 => 205,  446 => 199,  440 => 196,  437 => 195,  434 => 194,  431 => 192,  425 => 189,  422 => 188,  419 => 187,  415 => 184,  411 => 182,  409 => 181,  404 => 178,  398 => 175,  395 => 174,  392 => 173,  388 => 170,  382 => 167,  379 => 166,  376 => 165,  373 => 163,  370 => 162,  367 => 160,  361 => 157,  358 => 156,  355 => 155,  351 => 153,  348 => 152,  345 => 151,  342 => 150,  339 => 149,  336 => 148,  333 => 147,  331 => 146,  328 => 145,  322 => 142,  319 => 141,  316 => 140,  313 => 138,  309 => 136,  306 => 135,  304 => 134,  301 => 133,  297 => 130,  291 => 127,  288 => 126,  285 => 125,  282 => 123,  276 => 120,  273 => 119,  270 => 118,  261 => 110,  254 => 106,  250 => 105,  246 => 103,  244 => 102,  234 => 94,  228 => 92,  226 => 91,  220 => 89,  215 => 87,  207 => 83,  202 => 82,  200 => 81,  194 => 79,  191 => 78,  180 => 68,  178 => 67,  174 => 66,  170 => 65,  164 => 63,  158 => 61,  155 => 60,  149 => 58,  146 => 57,  140 => 55,  137 => 54,  131 => 52,  125 => 50,  123 => 49,  118 => 46,  115 => 45,  109 => 44,  106 => 43,  100 => 42,  97 => 41,  94 => 40,  88 => 39,  85 => 38,  82 => 37,  78 => 36,  76 => 35,  71 => 33,  46 => 12,  43 => 1,);
  534.     }
  535.     public function getSourceContext()
  536.     {
  537.         return new Source("""default_frame.twig""/home/xs626321/ikus.furniture/public_html/online/app/template/default/default_frame.twig");
  538.     }
  539. }