var/cache/dev/twig/5e/5e5b7ffac0c90cc23dd4c282e1d55b585e8f1f438823265849f3b2154aa8ecc1.php line 220

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