var/cache/dev/twig/6f/6f01f636b27e2b113a74cb96b5548bff.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_8471c4b6c246f97403cf3766fcf81fa1 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_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  33.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""default_frame.twig"));
  34.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  35.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_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 22
  52.         echo "    <title>";
  53.         if ((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.'22$this->source); })())))) {
  54.             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.'22$this->source); })()), "html"nulltrue);
  55.             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.'22$this->source); })())))) {
  56.                 echo " / ";
  57.                 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.'22$this->source); })()), "html"nulltrue);
  58.             }
  59.         } elseif ((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.'22$this->source); })())))) {
  60.             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.'22$this->source); })()), "html"nulltrue);
  61.         }
  62.         echo "|";
  63.         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.'22$this->source); })()), "shop_name", [], "any"falsefalsefalse22), "html"nulltrue);
  64.         echo "</title>
  65.     ";
  66.         // line 23
  67.         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); })()), "meta_tags", [], "any"falsefalsefalse23))) {
  68.             // line 24
  69.             echo "        ";
  70.             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.'24$this->source); })()), "meta_tags", [], "any"falsefalsefalse24)));
  71.             echo "
  72.         ";
  73.             // line 25
  74.             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.'25$this->source); })()), "description", [], "any"falsefalsefalse25))) {
  75.                 // line 26
  76.                 echo "            <meta name=\"description\" content=\"";
  77.                 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.'26$this->source); })()), "description", [], "any"falsefalsefalse26), "html"nulltrue);
  78.                 echo "\">
  79.         ";
  80.             }
  81.             // line 28
  82.             echo "    ";
  83.         } else {
  84.             // line 29
  85.             echo "        ";
  86.             echo twig_include($this->env$context"meta.twig");
  87.             echo "
  88.     ";
  89.         }
  90.         // line 31
  91.         echo "    ";
  92.         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.'31$this->source); })()), "author", [], "any"falsefalsefalse31))) {
  93.             // line 32
  94.             echo "        <meta name=\"author\" content=\"";
  95.             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.'32$this->source); })()), "author", [], "any"falsefalsefalse32), "html"nulltrue);
  96.             echo "\">
  97.     ";
  98.         }
  99.         // line 34
  100.         echo "    ";
  101.         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.'34$this->source); })()), "keyword", [], "any"falsefalsefalse34))) {
  102.             // line 35
  103.             echo "        <meta name=\"keywords\" content=\"";
  104.             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.'35$this->source); })()), "keyword", [], "any"falsefalsefalse35), "html"nulltrue);
  105.             echo "\">
  106.     ";
  107.         }
  108.         // line 37
  109.         echo "    ";
  110.         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.'37$this->source); })()), "meta_robots", [], "any"falsefalsefalse37))) {
  111.             // line 38
  112.             echo "        <meta name=\"robots\" content=\"";
  113.             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.'38$this->source); })()), "meta_robots", [], "any"falsefalsefalse38), "html"nulltrue);
  114.             echo "\">
  115.     ";
  116.         }
  117.         // line 40
  118.         echo "    <link rel=\"icon\" href=\"";
  119.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/favicon.ico""user_data"), "html"nulltrue);
  120.         echo "\">
  121.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  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.             ";
  274.         // line 109
  275.         echo "            ";
  276.         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)) {
  277.             // line 110
  278.             echo "                <div class=\"ec-layoutRole__mainTop\">
  279.                     ";
  280.             // line 111
  281.             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)]);
  282.             echo "
  283.                 </div>
  284.             ";
  285.         }
  286.         // line 114
  287.         echo "
  288.             ";
  289.         // line 116
  290.         echo "            ";
  291.         $this->displayBlock('main'$context$blocks);
  292.         // line 117
  293.         echo "
  294.             ";
  295.         // line 119
  296.         echo "            ";
  297.         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)) {
  298.             // line 120
  299.             echo "                <div class=\"ec-layoutRole__mainBottom\">
  300.                     ";
  301.             // line 121
  302.             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)]);
  303.             echo "
  304.                 </div>
  305.             ";
  306.         }
  307.         // line 124
  308.         echo "        </main>
  309.         ";
  310.         // line 127
  311.         echo "        ";
  312.         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)) {
  313.             // line 128
  314.             echo "            <aside class=\"ec-layoutRole__right\">
  315.                 ";
  316.             // line 129
  317.             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)]);
  318.             echo "
  319.             </aside>
  320.         ";
  321.         }
  322.         // line 132
  323.         echo "    </div>
  324.     ";
  325.         // line 135
  326.         echo "    ";
  327.         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)) {
  328.             // line 136
  329.             echo "        <div class=\"ec-layoutRole__contentBottom\">
  330.             ";
  331.             // line 137
  332.             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)]);
  333.             echo "
  334.         </div>
  335.     ";
  336.         }
  337.         // line 140
  338.         echo "
  339.     ";
  340.         // line 142
  341.         echo "    ";
  342.         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)) {
  343.             // line 143
  344.             echo "        <footer class=\"ec-layoutRole__footer\">
  345.             ";
  346.             // line 144
  347.             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)]);
  348.             echo "
  349.         </footer>
  350.     ";
  351.         }
  352.         // line 147
  353.         echo "</div><!-- ec-layoutRole -->
  354. <div class=\"ec-overlayRole\"></div>
  355. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  356. <div class=\"ec-drawerRole\">
  357.     ";
  358.         // line 153
  359.         echo "    ";
  360.         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)) {
  361.             // line 154
  362.             echo "        ";
  363.             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)]);
  364.             echo "
  365.     ";
  366.         }
  367.         // line 156
  368.         echo "</div>
  369. ";
  370.         // line 161
  371.         echo "<div class=\"ec-blockTopBtn pagetop\">";
  372.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ページトップへ"), "html"nulltrue);
  373.         echo "<br><img src=\"";
  374.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/gotop.svg""user_data"), "html"nulltrue);
  375.         echo "\"></div>
  376. ";
  377.         // line 163
  378.         echo "
  379. ";
  380.         // line 164
  381.         $this->loadTemplate("@common/lang.twig""default_frame.twig"164)->display($context);
  382.         // line 165
  383.         echo "<script src=\"";
  384.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js"), "html"nulltrue);
  385.         echo "\"></script>
  386. <script src=\"";
  387.         // line 166
  388.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html"nulltrue);
  389.         echo "\"></script>
  390. ";
  391.         // line 167
  392.         $this->displayBlock('javascript'$context$blocks);
  393.         // line 169
  394.         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.'169$this->source); })()), "CloseBodyBefore", [], "any"falsefalsefalse169)) {
  395.             // line 170
  396.             echo "    ";
  397.             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.'170$this->source); })()), "CloseBodyBefore", [], "any"falsefalsefalse170)]);
  398.             echo "
  399. ";
  400.         }
  401.         // line 173
  402.         if (array_key_exists("plugin_snippets"$context)) {
  403.             // line 174
  404.             echo "    ";
  405.             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.'174$this->source); })())]);
  406.             echo "
  407. ";
  408.         }
  409.         // line 176
  410.         echo "    <script src=\"";
  411.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/customize.js""user_data"), "html"nulltrue);
  412.         echo "\"></script>
  413. </body>
  414. </html>
  415. ";
  416.         
  417.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  418.         
  419.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  420.     }
  421.     // line 44
  422.     public function block_stylesheet($context, array $blocks = [])
  423.     {
  424.         $macros $this->macros;
  425.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  426.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  427.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  428.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  429.         
  430.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  431.         
  432.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  433.     }
  434.     // line 116
  435.     public function block_main($context, array $blocks = [])
  436.     {
  437.         $macros $this->macros;
  438.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  439.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  440.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  441.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  442.         
  443.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  444.         
  445.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  446.     }
  447.     // line 167
  448.     public function block_javascript($context, array $blocks = [])
  449.     {
  450.         $macros $this->macros;
  451.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  452.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  453.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  454.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  455.         
  456.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  457.         
  458.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  459.     }
  460.     public function getTemplateName()
  461.     {
  462.         return "default_frame.twig";
  463.     }
  464.     public function isTraitable()
  465.     {
  466.         return false;
  467.     }
  468.     public function getDebugInfo()
  469.     {
  470.         return array (  473 => 167,  455 => 116,  437 => 44,  422 => 176,  416 => 174,  414 => 173,  408 => 170,  406 => 169,  404 => 167,  400 => 166,  395 => 165,  393 => 164,  390 => 163,  383 => 161,  380 => 156,  374 => 154,  371 => 153,  364 => 147,  358 => 144,  355 => 143,  352 => 142,  349 => 140,  343 => 137,  340 => 136,  337 => 135,  333 => 132,  327 => 129,  324 => 128,  321 => 127,  317 => 124,  311 => 121,  308 => 120,  305 => 119,  302 => 117,  299 => 116,  296 => 114,  290 => 111,  287 => 110,  284 => 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,  127 => 40,  121 => 38,  118 => 37,  112 => 35,  109 => 34,  103 => 32,  100 => 31,  94 => 29,  91 => 28,  85 => 26,  83 => 25,  78 => 24,  76 => 23,  61 => 22,  57 => 16,  49 => 12,  46 => 1,);
  471.     }
  472.     public function getSourceContext()
  473.     {
  474.         return new Source("<!doctype html>
  475. {#
  476. This file is part of EC-CUBE
  477. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  478. http://www.ec-cube.co.jp/
  479. For the full copyright and license information, please view the LICENSE
  480. file that was distributed with this source code.
  481. #}
  482. <html lang=\"{{ eccube_config.locale }}\">
  483. <head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
  484.     <meta charset=\"utf-8\">
  485.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  486.     <meta name=\"eccube-csrf-token\" content=\"{{ csrf_token(constant('Eccube\\\\Common\\\\Constant::TOKEN_NAME')) }}\">
  487. {#▼RZ 2023.08.22 EDIT タイトルタグの内容を変更▼#}
  488. {#
  489.     <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>
  490. #}
  491. {#▲RZ 2023.08.22 EDIT タイトルタグの内容を変更▲#}
  492.     <title>{% if title is defined and title is not empty %}{{ title }}{% if subtitle is defined and subtitle is not empty %} / {{ subtitle }}{% endif %}{% elseif subtitle is defined and subtitle is not empty %}{{ subtitle }}{% endif %}|{{ BaseInfo.shop_name }}</title>
  493.     {% if Page.meta_tags is not empty %}
  494.         {{ include(template_from_string(Page.meta_tags)) }}
  495.         {% if Page.description is not empty %}
  496.             <meta name=\"description\" content=\"{{ Page.description }}\">
  497.         {% endif %}
  498.     {% else %}
  499.         {{ include('meta.twig') }}
  500.     {% endif %}
  501.     {% if Page.author is not empty %}
  502.         <meta name=\"author\" content=\"{{ Page.author }}\">
  503.     {% endif %}
  504.     {% if Page.keyword is not empty %}
  505.         <meta name=\"keywords\" content=\"{{ Page.keyword }}\">
  506.     {% endif %}
  507.     {% if Page.meta_robots is not empty %}
  508.         <meta name=\"robots\" content=\"{{ Page.meta_robots }}\">
  509.     {% endif %}
  510.     <link rel=\"icon\" href=\"{{ asset('assets/img/common/favicon.ico', 'user_data') }}\">
  511.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  512.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/style.css') }}\">
  513.     <script src=\"{{ asset('front.bundle.js', 'bundle') }}\"></script>
  514.     {% block stylesheet %}{% endblock %}
  515.     <script>
  516.         \$(function() {
  517.             \$.ajaxSetup({
  518.                 'headers': {
  519.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  520.                 }
  521.             });
  522.         });
  523.     </script>
  524.     {# Layout: HEAD #}
  525.     {% if Layout.Head %}
  526.         {{ include('block.twig', {'Blocks': Layout.Head}) }}
  527.     {% endif %}
  528.     {# プラグイン用styleseetやmetatagなど #}
  529.     {% if plugin_assets is defined %}{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}{% endif %}
  530.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/customize.css', 'user_data') }}\">
  531. </head>
  532. <body id=\"page_{{ app.request.get('_route') }}\" class=\"{{ body_class|default('other_page') }}\">
  533. {# Layout: BODY_AFTER #}
  534. {% if Layout.BodyAfter %}
  535.     {{ include('block.twig', {'Blocks': Layout.BodyAfter}) }}
  536. {% endif %}
  537. {% if isMaintenance %}
  538.     <div class=\"ec-maintenanceAlert\">
  539.         <div>
  540.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"/></div>
  541.             {{ 'メンテナンスモードが有効になっています。'|trans }}
  542.         </div>
  543.     </div>
  544. {% endif %}
  545. <div class=\"ec-layoutRole\">
  546.     {# Layout: HEADER #}
  547.     {% if Layout.Header %}
  548.         <header class=\"ec-layoutRole__header\">
  549.             {{ include('block.twig', {'Blocks': Layout.Header}) }}
  550.         </header>
  551.     {% endif %}
  552.     {# Layout: CONTENTS_TOP #}
  553.     {% if Layout.ContentsTop %}
  554.         <div class=\"ec-layoutRole__contentTop\">
  555.             {{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
  556.         </div>
  557.     {% endif %}
  558.     <div class=\"ec-layoutRole__contents\">
  559.         {# Layout: SIDE_LEFT #}
  560.         {% if Layout.SideLeft %}
  561.             <aside class=\"ec-layoutRole__left\">
  562.                 {{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
  563.             </aside>
  564.         {% endif %}
  565.         {% set layoutRoleMain = 'ec-layoutRole__main' %}
  566.         {% if Layout.ColumnNum == 2 %}
  567.             {% set layoutRoleMain = 'ec-layoutRole__mainWithColumn' %}
  568.         {% elseif Layout.ColumnNum == 3 %}
  569.             {% set layoutRoleMain = 'ec-layoutRole__mainBetweenColumn' %}
  570.         {% endif %}
  571.         <main class=\"{{ layoutRoleMain }}\">
  572.             {# Layout: MAIN_TOP #}
  573.             {% if Layout.MainTop %}
  574.                 <div class=\"ec-layoutRole__mainTop\">
  575.                     {{ include('block.twig', {'Blocks': Layout.MainTop}) }}
  576.                 </div>
  577.             {% endif %}
  578.             {# MAIN AREA #}
  579.             {% block main %}{% endblock %}
  580.             {# Layout: MAIN_Bottom #}
  581.             {% if Layout.MainBottom %}
  582.                 <div class=\"ec-layoutRole__mainBottom\">
  583.                     {{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
  584.                 </div>
  585.             {% endif %}
  586.         </main>
  587.         {# Layout: SIDE_RIGHT #}
  588.         {% if Layout.SideRight %}
  589.             <aside class=\"ec-layoutRole__right\">
  590.                 {{ include('block.twig', {'Blocks': Layout.SideRight}) }}
  591.             </aside>
  592.         {% endif %}
  593.     </div>
  594.     {# Layout: CONTENTS_BOTTOM #}
  595.     {% if Layout.ContentsBottom %}
  596.         <div class=\"ec-layoutRole__contentBottom\">
  597.             {{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
  598.         </div>
  599.     {% endif %}
  600.     {# Layout: CONTENTS_FOOTER #}
  601.     {% if Layout.Footer %}
  602.         <footer class=\"ec-layoutRole__footer\">
  603.             {{ include('block.twig', {'Blocks': Layout.Footer}) }}
  604.         </footer>
  605.     {% endif %}
  606. </div><!-- ec-layoutRole -->
  607. <div class=\"ec-overlayRole\"></div>
  608. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  609. <div class=\"ec-drawerRole\">
  610.     {# Layout: DRAWER #}
  611.     {% if Layout.Drawer %}
  612.         {{ include('block.twig', {'Blocks': Layout.Drawer}) }}
  613.     {% endif %}
  614. </div>
  615. {#▼RZ 2023.06.23 EDIT トップへ戻るボタンを画像に#}
  616. {#
  617. <div class=\"ec-blockTopBtn pagetop\">{{'ページトップへ'|trans}}</div>
  618. #}
  619. <div class=\"ec-blockTopBtn pagetop\">{{'ページトップへ'|trans}}<br><img src=\"{{ asset('assets/img/common/gotop.svg','user_data') }}\"></div>
  620. {#▲RZ 2023.06.23 EDIT トップへ戻るボタンを画像に#}
  621. {% include('@common/lang.twig') %}
  622. <script src=\"{{ asset('assets/js/function.js') }}\"></script>
  623. <script src=\"{{ asset('assets/js/eccube.js') }}\"></script>
  624. {% block javascript %}{% endblock %}
  625. {# Layout: CLOSE_BODY_BEFORE #}
  626. {% if Layout.CloseBodyBefore %}
  627.     {{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
  628. {% endif %}
  629. {# プラグイン用Snippet #}
  630. {% if plugin_snippets is defined %}
  631.     {{ include('snippet.twig', { snippets: plugin_snippets }) }}
  632. {% endif %}
  633.     <script src=\"{{ asset('assets/js/customize.js', 'user_data') }}\"></script>
  634. </body>
  635. </html>
  636. ""default_frame.twig""/home/xs031638/hieiyuba.xyz/public_html/shop/src/Eccube/Resource/template/default/default_frame.twig");
  637.     }
  638. }