var/cache/dev/twig/2e/2e7712ddebe56576e45fa7847808d72a6f0289b85123a66a89c354f9a9e394b4.php line 249

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_f1ac7b26a87c38962cb2935113d692074cb32b35a5a7a3bb9daee2b95a809abd 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.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  35.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""default_frame.twig"));
  36.         // line 1
  37.         echo "<!doctype html>
  38. ";
  39.         // line 12
  40.         echo "<html lang=\"";
  41.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["eccube_config"]) || array_key_exists("eccube_config"$context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.'12$this->source); })()), "locale", [], "any"falsefalsefalse12), "html"nulltrue);
  42.         echo "\">
  43. <head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
  44.     <meta charset=\"utf-8\">
  45.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  46.     <meta name=\"eccube-csrf-token\" content=\"";
  47.         // line 16
  48.         echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken(twig_constant("Eccube\\Common\\Constant::TOKEN_NAME")), "html"nulltrue);
  49.         echo "\">
  50.     
  51.     ";
  52.         // line 18
  53.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'18$this->source); })()), "request", [], "any"falsefalsefalse18), "get", [=> "_route"], "method"falsefalsefalse18) == "homepage")) {
  54.             // line 19
  55.             echo "    <title>";
  56.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'19$this->source); })()), "shop_name", [], "any"falsefalsefalse19), "html"nulltrue);
  57.             echo "</title>
  58.     ";
  59.         } else {
  60.             // line 21
  61.             echo "    <title>";
  62.             if ((array_key_exists("subtitle"$context) &&  !twig_test_empty((isset($context["subtitle"]) || array_key_exists("subtitle"$context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.'21$this->source); })())))) {
  63.                 echo twig_escape_filter($this->env, (isset($context["subtitle"]) || array_key_exists("subtitle"$context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.'21$this->source); })()), "html"nulltrue);
  64.                 echo " | ";
  65.             } elseif ((array_key_exists("title"$context) &&  !twig_test_empty((isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'21$this->source); })())))) {
  66.                 echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'21$this->source); })()), "html"nulltrue);
  67.                 echo " | ";
  68.             }
  69.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'21$this->source); })()), "shop_name", [], "any"falsefalsefalse21), "html"nulltrue);
  70.             echo "</title>
  71.     ";
  72.         }
  73.         // line 23
  74.         echo "    
  75.     ";
  76.         // line 24
  77.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'24$this->source); })()), "meta_tags", [], "any"falsefalsefalse24))) {
  78.             // line 25
  79.             echo "        ";
  80.             echo twig_include($this->env$contexttwig_template_from_string($this->envtwig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'25$this->source); })()), "meta_tags", [], "any"falsefalsefalse25)));
  81.             echo "
  82.         ";
  83.             // line 26
  84.             if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'26$this->source); })()), "description", [], "any"falsefalsefalse26))) {
  85.                 // line 27
  86.                 echo "            <meta name=\"description\" content=\"";
  87.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'27$this->source); })()), "description", [], "any"falsefalsefalse27), "html"nulltrue);
  88.                 echo "\">
  89.         ";
  90.             }
  91.             // line 29
  92.             echo "    ";
  93.         } else {
  94.             // line 30
  95.             echo "        ";
  96.             echo twig_include($this->env$context"meta.twig");
  97.             echo "
  98.     ";
  99.         }
  100.         // line 32
  101.         echo "    ";
  102.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'32$this->source); })()), "author", [], "any"falsefalsefalse32))) {
  103.             // line 33
  104.             echo "        <meta name=\"author\" content=\"";
  105.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'33$this->source); })()), "author", [], "any"falsefalsefalse33), "html"nulltrue);
  106.             echo "\">
  107.     ";
  108.         }
  109.         // line 35
  110.         echo "    ";
  111.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'35$this->source); })()), "keyword", [], "any"falsefalsefalse35))) {
  112.             // line 36
  113.             echo "        <meta name=\"keywords\" content=\"";
  114.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'36$this->source); })()), "keyword", [], "any"falsefalsefalse36), "html"nulltrue);
  115.             echo "\">
  116.     ";
  117.         }
  118.         // line 38
  119.         echo "    ";
  120.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'38$this->source); })()), "meta_robots", [], "any"falsefalsefalse38))) {
  121.             // line 39
  122.             echo "        <meta name=\"robots\" content=\"";
  123.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'39$this->source); })()), "meta_robots", [], "any"falsefalsefalse39), "html"nulltrue);
  124.             echo "\">
  125.     ";
  126.         }
  127.         // line 41
  128.         echo "    <link rel=\"icon\" href=\"";
  129.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/favicon.ico""user_data"), "html"nulltrue);
  130.         echo "\">
  131.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  132.     <link rel=\"stylesheet\" href=\"";
  133.         // line 43
  134.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html"nulltrue);
  135.         echo "?01\">
  136.     
  137.     <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  138.     <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  139.     <link href=\"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap\" rel=\"stylesheet\">
  140.     
  141.     <script src=\"";
  142.         // line 50
  143.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("front.bundle.js""bundle"), "html"nulltrue);
  144.         echo "\"></script>
  145.     ";
  146.         // line 51
  147.         $this->displayBlock('stylesheet'$context$blocks);
  148.         // line 52
  149.         echo "    <script>
  150.         \$(function() {
  151.             \$.ajaxSetup({
  152.                 'headers': {
  153.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  154.                 }
  155.             });
  156.         });
  157.     </script>
  158.     ";
  159.         // line 62
  160.         echo "    ";
  161.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'62$this->source); })()), "Head", [], "any"falsefalsefalse62)) {
  162.             // line 63
  163.             echo "        ";
  164.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'63$this->source); })()), "Head", [], "any"falsefalsefalse63)]);
  165.             echo "
  166.     ";
  167.         }
  168.         // line 65
  169.         echo "    ";
  170.         // line 66
  171.         echo "    ";
  172.         if (array_key_exists("plugin_assets"$context)) {
  173.             echo twig_include($this->env$context"@admin/snippet.twig", ["snippets" => (isset($context["plugin_assets"]) || array_key_exists("plugin_assets"$context) ? $context["plugin_assets"] : (function () { throw new RuntimeError('Variable "plugin_assets" does not exist.'66$this->source); })())]);
  174.         }
  175.         // line 67
  176.         echo "    <link rel=\"stylesheet\" href=\"";
  177.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/customize.css""user_data"), "html"nulltrue);
  178.         echo "\">
  179.     
  180.     
  181.     <!-- Google tag (gtag.js) -->
  182.     <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-FRF617XBZW\"></script>
  183.     <script>
  184.       window.dataLayer = window.dataLayer || [];
  185.       function gtag(){dataLayer.push(arguments);}
  186.       gtag('js', new Date());
  187.       gtag('config', 'G-FRF617XBZW');
  188.     </script>
  189.     
  190. </head>
  191. <body id=\"page_";
  192.         // line 82
  193.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'82$this->source); })()), "request", [], "any"falsefalsefalse82), "get", [=> "_route"], "method"falsefalsefalse82), "html"nulltrue);
  194.         echo "\" class=\"";
  195.         echo twig_escape_filter($this->env, ((array_key_exists("body_class"$context)) ? (_twig_default_filter((isset($context["body_class"]) || array_key_exists("body_class"$context) ? $context["body_class"] : (function () { throw new RuntimeError('Variable "body_class" does not exist.'82$this->source); })()), "other_page")) : ("other_page")), "html"nulltrue);
  196.         echo "\">
  197. ";
  198.         // line 84
  199.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'84$this->source); })()), "BodyAfter", [], "any"falsefalsefalse84)) {
  200.             // line 85
  201.             echo "    ";
  202.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'85$this->source); })()), "BodyAfter", [], "any"falsefalsefalse85)]);
  203.             echo "
  204. ";
  205.         }
  206.         // line 87
  207.         echo "
  208. ";
  209.         // line 88
  210.         if ((isset($context["isMaintenance"]) || array_key_exists("isMaintenance"$context) ? $context["isMaintenance"] : (function () { throw new RuntimeError('Variable "isMaintenance" does not exist.'88$this->source); })())) {
  211.             // line 89
  212.             echo "    <div class=\"ec-maintenanceAlert\">
  213.         <div>
  214.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"";
  215.             // line 91
  216.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  217.             echo "\"/></div>
  218.             ";
  219.             // line 92
  220.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("メンテナンスモードが有効になっています。"), "html"nulltrue);
  221.             echo "
  222.         </div>
  223.     </div>
  224. ";
  225.         }
  226.         // line 96
  227.         echo "
  228. <div class=\"ec-layoutRole\">
  229.     ";
  230.         // line 99
  231.         echo "    ";
  232.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'99$this->source); })()), "Header", [], "any"falsefalsefalse99)) {
  233.             // line 100
  234.             echo "        <header class=\"ec-layoutRole__header\">
  235.             ";
  236.             // line 101
  237.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'101$this->source); })()), "Header", [], "any"falsefalsefalse101)]);
  238.             echo "
  239.         </header>
  240.     ";
  241.         }
  242.         // line 104
  243.         echo "
  244.     ";
  245.         // line 106
  246.         echo "    ";
  247.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'106$this->source); })()), "ContentsTop", [], "any"falsefalsefalse106)) {
  248.             // line 107
  249.             echo "        <div class=\"ec-layoutRole__contentTop\">
  250.             ";
  251.             // line 108
  252.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'108$this->source); })()), "ContentsTop", [], "any"falsefalsefalse108)]);
  253.             echo "
  254.         </div>
  255.     ";
  256.         }
  257.         // line 111
  258.         echo "
  259.     <div class=\"ec-layoutRole__contents\">
  260.         ";
  261.         // line 114
  262.         echo "        ";
  263.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'114$this->source); })()), "SideLeft", [], "any"falsefalsefalse114)) {
  264.             // line 115
  265.             echo "            <aside class=\"ec-layoutRole__left\">
  266.                 ";
  267.             // line 116
  268.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'116$this->source); })()), "SideLeft", [], "any"falsefalsefalse116)]);
  269.             echo "
  270.             </aside>
  271.         ";
  272.         }
  273.         // line 119
  274.         echo "
  275.         ";
  276.         // line 120
  277.         $context["layoutRoleMain"] = "ec-layoutRole__main";
  278.         // line 121
  279.         echo "        ";
  280.         if ((twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'121$this->source); })()), "ColumnNum", [], "any"falsefalsefalse121) == 2)) {
  281.             // line 122
  282.             echo "            ";
  283.             $context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
  284.             // line 123
  285.             echo "        ";
  286.         } elseif ((twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'123$this->source); })()), "ColumnNum", [], "any"falsefalsefalse123) == 3)) {
  287.             // line 124
  288.             echo "            ";
  289.             $context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
  290.             // line 125
  291.             echo "        ";
  292.         }
  293.         // line 126
  294.         echo "
  295.         <main class=\"";
  296.         // line 127
  297.         echo twig_escape_filter($this->env, (isset($context["layoutRoleMain"]) || array_key_exists("layoutRoleMain"$context) ? $context["layoutRoleMain"] : (function () { throw new RuntimeError('Variable "layoutRoleMain" does not exist.'127$this->source); })()), "html"nulltrue);
  298.         echo "\">
  299.             ";
  300.         // line 129
  301.         echo "            ";
  302.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'129$this->source); })()), "MainTop", [], "any"falsefalsefalse129)) {
  303.             // line 130
  304.             echo "                <div class=\"ec-layoutRole__mainTop\">
  305.                     ";
  306.             // line 131
  307.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'131$this->source); })()), "MainTop", [], "any"falsefalsefalse131)]);
  308.             echo "
  309.                 </div>
  310.             ";
  311.         }
  312.         // line 134
  313.         echo "
  314.             ";
  315.         // line 136
  316.         echo "            ";
  317.         $this->displayBlock('main'$context$blocks);
  318.         // line 137
  319.         echo "
  320.             ";
  321.         // line 139
  322.         echo "            ";
  323.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'139$this->source); })()), "MainBottom", [], "any"falsefalsefalse139)) {
  324.             // line 140
  325.             echo "                <div class=\"ec-layoutRole__mainBottom\">
  326.                     ";
  327.             // line 141
  328.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'141$this->source); })()), "MainBottom", [], "any"falsefalsefalse141)]);
  329.             echo "
  330.                 </div>
  331.             ";
  332.         }
  333.         // line 144
  334.         echo "        </main>
  335.         ";
  336.         // line 147
  337.         echo "        ";
  338.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'147$this->source); })()), "SideRight", [], "any"falsefalsefalse147)) {
  339.             // line 148
  340.             echo "            <aside class=\"ec-layoutRole__right\">
  341.                 ";
  342.             // line 149
  343.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'149$this->source); })()), "SideRight", [], "any"falsefalsefalse149)]);
  344.             echo "
  345.             </aside>
  346.         ";
  347.         }
  348.         // line 152
  349.         echo "    </div>
  350.     ";
  351.         // line 155
  352.         echo "    ";
  353.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'155$this->source); })()), "ContentsBottom", [], "any"falsefalsefalse155)) {
  354.             // line 156
  355.             echo "        <div class=\"ec-layoutRole__contentBottom\">
  356.             ";
  357.             // line 157
  358.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'157$this->source); })()), "ContentsBottom", [], "any"falsefalsefalse157)]);
  359.             echo "
  360.         </div>
  361.     ";
  362.         }
  363.         // line 160
  364.         echo "
  365.     ";
  366.         // line 162
  367.         echo "    ";
  368.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'162$this->source); })()), "Footer", [], "any"falsefalsefalse162)) {
  369.             // line 163
  370.             echo "        <footer class=\"ec-layoutRole__footer\">
  371.             ";
  372.             // line 164
  373.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'164$this->source); })()), "Footer", [], "any"falsefalsefalse164)]);
  374.             echo "
  375.         </footer>
  376.     ";
  377.         }
  378.         // line 167
  379.         echo "</div><!-- ec-layoutRole -->
  380. <div class=\"ec-overlayRole\"></div>
  381. <div class=\"ec-drawerRoleClose\"></div>
  382. <div class=\"ec-drawerRole\">
  383.     ";
  384.         // line 173
  385.         echo "    ";
  386.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'173$this->source); })()), "Drawer", [], "any"falsefalsefalse173)) {
  387.             // line 174
  388.             echo "        ";
  389.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'174$this->source); })()), "Drawer", [], "any"falsefalsefalse174)]);
  390.             echo "
  391.     ";
  392.         }
  393.         // line 176
  394.         echo "</div>
  395. <div class=\"ec-blockTopBtn pagetop\">";
  396.         // line 177
  397.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("▲"), "html"nulltrue);
  398.         echo "</div>
  399. ";
  400.         // line 178
  401.         $this->loadTemplate("@common/lang.twig""default_frame.twig"178)->display($context);
  402.         // line 179
  403.         echo "<script src=\"";
  404.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js"), "html"nulltrue);
  405.         echo "\"></script>
  406. <script src=\"";
  407.         // line 180
  408.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html"nulltrue);
  409.         echo "\"></script>
  410. ";
  411.         // line 181
  412.         $this->displayBlock('javascript'$context$blocks);
  413.         // line 183
  414.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'183$this->source); })()), "CloseBodyBefore", [], "any"falsefalsefalse183)) {
  415.             // line 184
  416.             echo "    ";
  417.             echo twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'184$this->source); })()), "CloseBodyBefore", [], "any"falsefalsefalse184)]);
  418.             echo "
  419. ";
  420.         }
  421.         // line 187
  422.         if (array_key_exists("plugin_snippets"$context)) {
  423.             // line 188
  424.             echo "    ";
  425.             echo twig_include($this->env$context"snippet.twig", ["snippets" => (isset($context["plugin_snippets"]) || array_key_exists("plugin_snippets"$context) ? $context["plugin_snippets"] : (function () { throw new RuntimeError('Variable "plugin_snippets" does not exist.'188$this->source); })())]);
  426.             echo "
  427. ";
  428.         }
  429.         // line 190
  430.         echo "    <script src=\"";
  431.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/customize.js""user_data"), "html"nulltrue);
  432.         echo "\"></script>
  433. </body>
  434. </html>
  435. ";
  436.         
  437.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  438.         
  439.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  440.     }
  441.     // line 51
  442.     public function block_stylesheet($context, array $blocks = [])
  443.     {
  444.         $macros $this->macros;
  445.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  446.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  447.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  448.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  449.         
  450.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  451.         
  452.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  453.     }
  454.     // line 136
  455.     public function block_main($context, array $blocks = [])
  456.     {
  457.         $macros $this->macros;
  458.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  459.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  460.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  461.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  462.         
  463.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  464.         
  465.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  466.     }
  467.     // line 181
  468.     public function block_javascript($context, array $blocks = [])
  469.     {
  470.         $macros $this->macros;
  471.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  472.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  473.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  474.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  475.         
  476.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  477.         
  478.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  479.     }
  480.     public function getTemplateName()
  481.     {
  482.         return "default_frame.twig";
  483.     }
  484.     public function isTraitable()
  485.     {
  486.         return false;
  487.     }
  488.     public function getDebugInfo()
  489.     {
  490.         return array (  496 => 181,  478 => 136,  460 => 51,  445 => 190,  439 => 188,  437 => 187,  431 => 184,  429 => 183,  427 => 181,  423 => 180,  418 => 179,  416 => 178,  412 => 177,  409 => 176,  403 => 174,  400 => 173,  393 => 167,  387 => 164,  384 => 163,  381 => 162,  378 => 160,  372 => 157,  369 => 156,  366 => 155,  362 => 152,  356 => 149,  353 => 148,  350 => 147,  346 => 144,  340 => 141,  337 => 140,  334 => 139,  331 => 137,  328 => 136,  325 => 134,  319 => 131,  316 => 130,  313 => 129,  309 => 127,  306 => 126,  303 => 125,  300 => 124,  297 => 123,  294 => 122,  291 => 121,  289 => 120,  286 => 119,  280 => 116,  277 => 115,  274 => 114,  270 => 111,  264 => 108,  261 => 107,  258 => 106,  255 => 104,  249 => 101,  246 => 100,  243 => 99,  239 => 96,  232 => 92,  228 => 91,  224 => 89,  222 => 88,  219 => 87,  213 => 85,  211 => 84,  205 => 82,  186 => 67,  181 => 66,  179 => 65,  173 => 63,  170 => 62,  159 => 52,  157 => 51,  153 => 50,  143 => 43,  137 => 41,  131 => 39,  128 => 38,  122 => 36,  119 => 35,  113 => 33,  110 => 32,  104 => 30,  101 => 29,  95 => 27,  93 => 26,  88 => 25,  86 => 24,  83 => 23,  70 => 21,  64 => 19,  62 => 18,  57 => 16,  49 => 12,  46 => 1,);
  491.     }
  492.     public function getSourceContext()
  493.     {
  494.         return new Source("<!doctype html>
  495. {#
  496. This file is part of EC-CUBE
  497. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  498. http://www.ec-cube.co.jp/
  499. For the full copyright and license information, please view the LICENSE
  500. file that was distributed with this source code.
  501. #}
  502. <html lang=\"{{ eccube_config.locale }}\">
  503. <head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
  504.     <meta charset=\"utf-8\">
  505.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  506.     <meta name=\"eccube-csrf-token\" content=\"{{ csrf_token(constant('Eccube\\\\Common\\\\Constant::TOKEN_NAME')) }}\">
  507.     
  508.     {% if app.request.get('_route') == 'homepage' %}
  509.     <title>{{ BaseInfo.shop_name }}</title>
  510.     {% else %}
  511.     <title>{% if subtitle is defined and subtitle is not empty %}{{ subtitle }} | {% elseif title is defined and title is not empty %}{{ title }} | {% endif %}{{ BaseInfo.shop_name }}</title>
  512.     {% endif %}
  513.     
  514.     {% if Page.meta_tags is not empty %}
  515.         {{ include(template_from_string(Page.meta_tags)) }}
  516.         {% if Page.description is not empty %}
  517.             <meta name=\"description\" content=\"{{ Page.description }}\">
  518.         {% endif %}
  519.     {% else %}
  520.         {{ include('meta.twig') }}
  521.     {% endif %}
  522.     {% if Page.author is not empty %}
  523.         <meta name=\"author\" content=\"{{ Page.author }}\">
  524.     {% endif %}
  525.     {% if Page.keyword is not empty %}
  526.         <meta name=\"keywords\" content=\"{{ Page.keyword }}\">
  527.     {% endif %}
  528.     {% if Page.meta_robots is not empty %}
  529.         <meta name=\"robots\" content=\"{{ Page.meta_robots }}\">
  530.     {% endif %}
  531.     <link rel=\"icon\" href=\"{{ asset('assets/img/common/favicon.ico', 'user_data') }}\">
  532.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  533.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/style.css') }}?01\">
  534.     
  535.     <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  536.     <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  537.     <link href=\"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap\" rel=\"stylesheet\">
  538.     
  539.     <script src=\"{{ asset('front.bundle.js', 'bundle') }}\"></script>
  540.     {% block stylesheet %}{% endblock %}
  541.     <script>
  542.         \$(function() {
  543.             \$.ajaxSetup({
  544.                 'headers': {
  545.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  546.                 }
  547.             });
  548.         });
  549.     </script>
  550.     {# Layout: HEAD #}
  551.     {% if Layout.Head %}
  552.         {{ include('block.twig', {'Blocks': Layout.Head}) }}
  553.     {% endif %}
  554.     {# プラグイン用styleseetやmetatagなど #}
  555.     {% if plugin_assets is defined %}{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}{% endif %}
  556.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/customize.css', 'user_data') }}\">
  557.     
  558.     
  559.     <!-- Google tag (gtag.js) -->
  560.     <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-FRF617XBZW\"></script>
  561.     <script>
  562.       window.dataLayer = window.dataLayer || [];
  563.       function gtag(){dataLayer.push(arguments);}
  564.       gtag('js', new Date());
  565.       gtag('config', 'G-FRF617XBZW');
  566.     </script>
  567.     
  568. </head>
  569. <body id=\"page_{{ app.request.get('_route') }}\" class=\"{{ body_class|default('other_page') }}\">
  570. {# Layout: BODY_AFTER #}
  571. {% if Layout.BodyAfter %}
  572.     {{ include('block.twig', {'Blocks': Layout.BodyAfter}) }}
  573. {% endif %}
  574. {% if isMaintenance %}
  575.     <div class=\"ec-maintenanceAlert\">
  576.         <div>
  577.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"/></div>
  578.             {{ 'メンテナンスモードが有効になっています。'|trans }}
  579.         </div>
  580.     </div>
  581. {% endif %}
  582. <div class=\"ec-layoutRole\">
  583.     {# Layout: HEADER #}
  584.     {% if Layout.Header %}
  585.         <header class=\"ec-layoutRole__header\">
  586.             {{ include('block.twig', {'Blocks': Layout.Header}) }}
  587.         </header>
  588.     {% endif %}
  589.     {# Layout: CONTENTS_TOP #}
  590.     {% if Layout.ContentsTop %}
  591.         <div class=\"ec-layoutRole__contentTop\">
  592.             {{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
  593.         </div>
  594.     {% endif %}
  595.     <div class=\"ec-layoutRole__contents\">
  596.         {# Layout: SIDE_LEFT #}
  597.         {% if Layout.SideLeft %}
  598.             <aside class=\"ec-layoutRole__left\">
  599.                 {{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
  600.             </aside>
  601.         {% endif %}
  602.         {% set layoutRoleMain = 'ec-layoutRole__main' %}
  603.         {% if Layout.ColumnNum == 2 %}
  604.             {% set layoutRoleMain = 'ec-layoutRole__mainWithColumn' %}
  605.         {% elseif Layout.ColumnNum == 3 %}
  606.             {% set layoutRoleMain = 'ec-layoutRole__mainBetweenColumn' %}
  607.         {% endif %}
  608.         <main class=\"{{ layoutRoleMain }}\">
  609.             {# Layout: MAIN_TOP #}
  610.             {% if Layout.MainTop %}
  611.                 <div class=\"ec-layoutRole__mainTop\">
  612.                     {{ include('block.twig', {'Blocks': Layout.MainTop}) }}
  613.                 </div>
  614.             {% endif %}
  615.             {# MAIN AREA #}
  616.             {% block main %}{% endblock %}
  617.             {# Layout: MAIN_Bottom #}
  618.             {% if Layout.MainBottom %}
  619.                 <div class=\"ec-layoutRole__mainBottom\">
  620.                     {{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
  621.                 </div>
  622.             {% endif %}
  623.         </main>
  624.         {# Layout: SIDE_RIGHT #}
  625.         {% if Layout.SideRight %}
  626.             <aside class=\"ec-layoutRole__right\">
  627.                 {{ include('block.twig', {'Blocks': Layout.SideRight}) }}
  628.             </aside>
  629.         {% endif %}
  630.     </div>
  631.     {# Layout: CONTENTS_BOTTOM #}
  632.     {% if Layout.ContentsBottom %}
  633.         <div class=\"ec-layoutRole__contentBottom\">
  634.             {{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
  635.         </div>
  636.     {% endif %}
  637.     {# Layout: CONTENTS_FOOTER #}
  638.     {% if Layout.Footer %}
  639.         <footer class=\"ec-layoutRole__footer\">
  640.             {{ include('block.twig', {'Blocks': Layout.Footer}) }}
  641.         </footer>
  642.     {% endif %}
  643. </div><!-- ec-layoutRole -->
  644. <div class=\"ec-overlayRole\"></div>
  645. <div class=\"ec-drawerRoleClose\"></div>
  646. <div class=\"ec-drawerRole\">
  647.     {# Layout: DRAWER #}
  648.     {% if Layout.Drawer %}
  649.         {{ include('block.twig', {'Blocks': Layout.Drawer}) }}
  650.     {% endif %}
  651. </div>
  652. <div class=\"ec-blockTopBtn pagetop\">{{'▲'|trans}}</div>
  653. {% include('@common/lang.twig') %}
  654. <script src=\"{{ asset('assets/js/function.js') }}\"></script>
  655. <script src=\"{{ asset('assets/js/eccube.js') }}\"></script>
  656. {% block javascript %}{% endblock %}
  657. {# Layout: CLOSE_BODY_BEFORE #}
  658. {% if Layout.CloseBodyBefore %}
  659.     {{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
  660. {% endif %}
  661. {# プラグイン用Snippet #}
  662. {% if plugin_snippets is defined %}
  663.     {{ include('snippet.twig', { snippets: plugin_snippets }) }}
  664. {% endif %}
  665.     <script src=\"{{ asset('assets/js/customize.js', 'user_data') }}\"></script>
  666. </body>
  667. </html>
  668. ""default_frame.twig""/home/oneconcept/www/ec_b_test/app/template/default/default_frame.twig");
  669.     }
  670. }