var/cache/dev/twig/91/911201f4d6e9280f95a1772e538c8653.php line 378

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_5ccb7a734892290a086f02d84268a5f3 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.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  29.         $this->checkSecurity();
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""default_frame.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""default_frame.twig"));
  38.         // line 1
  39.         echo "<!doctype html>
  40. ";
  41.         // line 12
  42.         echo "<html lang=\"";
  43.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_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"falsefalsetrue12), 12$this->source), "html"nulltrue);
  44.         echo "\">
  45. <head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
  46.     <meta charset=\"utf-8\">
  47.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  48.     <meta name=\"eccube-csrf-token\" content=\"";
  49.         // line 16
  50.         echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken(twig_constant("Eccube\\Common\\Constant::TOKEN_NAME")), "html"nulltrue);
  51.         echo "\">
  52. ";
  53.         // line 21
  54.         echo "    <title>";
  55.         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.'21$this->source); })())))) {
  56.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'21$this->source); })()), 21$this->source), "html"nulltrue);
  57.             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); })())))) {
  58.                 echo " / ";
  59.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["subtitle"]) || array_key_exists("subtitle"$context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.'21$this->source); })()), 21$this->source), "html"nulltrue);
  60.             }
  61.         } 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.'21$this->source); })())))) {
  62.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["subtitle"]) || array_key_exists("subtitle"$context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.'21$this->source); })()), 21$this->source), "html"nulltrue);
  63.         }
  64.         echo "|";
  65.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_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"falsefalsetrue21), 21$this->source), "html"nulltrue);
  66.         echo "</title>
  67. ";
  68.         // line 23
  69.         echo "    ";
  70.         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"falsefalsetrue23))) {
  71.             // line 24
  72.             echo "        ";
  73.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$contexttwig_template_from_string($this->env$this->sandbox->ensureToStringAllowed(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"falsefalsetrue24), 24$this->source)), array(), truefalsetrue);
  74.             echo "
  75.         ";
  76.             // line 25
  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.'25$this->source); })()), "description", [], "any"falsefalsetrue25))) {
  78.                 // line 26
  79.                 echo "            <meta name=\"description\" content=\"";
  80.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(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"falsefalsetrue26), 26$this->source), "html"nulltrue);
  81.                 echo "\">
  82.         ";
  83.             }
  84.             // line 28
  85.             echo "    ";
  86.         } else {
  87.             // line 29
  88.             echo "        ";
  89.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"meta.twig");
  90.             echo "
  91.     ";
  92.         }
  93.         // line 31
  94.         echo "    ";
  95.         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"falsefalsetrue31))) {
  96.             // line 32
  97.             echo "        <meta name=\"author\" content=\"";
  98.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(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"falsefalsetrue32), 32$this->source), "html"nulltrue);
  99.             echo "\">
  100.     ";
  101.         }
  102.         // line 34
  103.         echo "    ";
  104.         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"falsefalsetrue34))) {
  105.             // line 35
  106.             echo "        <meta name=\"keywords\" content=\"";
  107.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(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"falsefalsetrue35), 35$this->source), "html"nulltrue);
  108.             echo "\">
  109.     ";
  110.         }
  111.         // line 37
  112.         echo "    ";
  113.         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"falsefalsetrue37))) {
  114.             // line 38
  115.             echo "        <meta name=\"robots\" content=\"";
  116.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(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"falsefalsetrue38), 38$this->source), "html"nulltrue);
  117.             echo "\">
  118.     ";
  119.         }
  120.         // line 40
  121.         echo "    <link rel=\"icon\" href=\"";
  122.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/favicon.ico""user_data"), "html"nulltrue);
  123.         echo "\">
  124.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  125.     <link rel=\"stylesheet\" href=\"";
  126.         // line 42
  127.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html"nulltrue);
  128.         echo "\">
  129.     <script src=\"";
  130.         // line 43
  131.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("front.bundle.js""bundle"), "html"nulltrue);
  132.         echo "\"></script>
  133.     ";
  134.         // line 44
  135.         $this->displayBlock('stylesheet'$context$blocks);
  136.         // line 45
  137.         echo "    <script>
  138.         \$(function() {
  139.             \$.ajaxSetup({
  140.                 'headers': {
  141.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  142.                 }
  143.             });
  144.         });
  145.     </script>
  146.     ";
  147.         // line 55
  148.         echo "    ";
  149.         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"falsefalsetrue55)) {
  150.             // line 56
  151.             echo "        ";
  152.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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"falsefalsetrue56)]);
  153.             echo "
  154.     ";
  155.         }
  156.         // line 58
  157.         echo "    ";
  158.         // line 59
  159.         echo "    ";
  160.         if (array_key_exists("plugin_assets"$context)) {
  161.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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); })())]);
  162.         }
  163.         // line 60
  164.         echo "    <link rel=\"stylesheet\" href=\"";
  165.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/customize.css""user_data"), "html"nulltrue);
  166.         echo "\">
  167. </head>
  168. <body id=\"page_";
  169.         // line 62
  170.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(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.'62$this->source); })()), "request", [], "any"falsefalsetrue62), "get", [=> "_route"], "method"falsefalsetrue62), 62$this->source), "html"nulltrue);
  171.         echo "\" class=\"";
  172.         echo twig_escape_filter($this->env, ((array_key_exists("body_class"$context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed((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); })()), 62$this->source), "other_page")) : ("other_page")), "html"nulltrue);
  173.         echo "\">
  174. ";
  175.         // line 64
  176.         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"falsefalsetrue64)) {
  177.             // line 65
  178.             echo "    ";
  179.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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"falsefalsetrue65)]);
  180.             echo "
  181. ";
  182.         }
  183.         // line 67
  184.         echo "
  185. ";
  186.         // line 68
  187.         if ((isset($context["isMaintenance"]) || array_key_exists("isMaintenance"$context) ? $context["isMaintenance"] : (function () { throw new RuntimeError('Variable "isMaintenance" does not exist.'68$this->source); })())) {
  188.             // line 69
  189.             echo "    <div class=\"ec-maintenanceAlert\">
  190.         <div>
  191.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"";
  192.             // line 71
  193.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  194.             echo "\"/></div>
  195.             ";
  196.             // line 72
  197.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("メンテナンスモードが有効になっています。"), "html"nulltrue);
  198.             echo "
  199.         </div>
  200.     </div>
  201. ";
  202.         }
  203.         // line 76
  204.         echo "
  205. <div class=\"ec-layoutRole\">
  206.     ";
  207.         // line 79
  208.         echo "    ";
  209.         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"falsefalsetrue79)) {
  210.             // line 80
  211.             echo "        <header class=\"ec-layoutRole__header\">
  212.             ";
  213.             // line 81
  214.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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"falsefalsetrue81)]);
  215.             echo "
  216.         </header>
  217.     ";
  218.         }
  219.         // line 84
  220.         echo "
  221.     ";
  222.         // line 86
  223.         echo "    ";
  224.         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"falsefalsetrue86)) {
  225.             // line 87
  226.             echo "        <div class=\"ec-layoutRole__contentTop\">
  227.             ";
  228.             // line 88
  229.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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"falsefalsetrue88)]);
  230.             echo "
  231.         </div>
  232.     ";
  233.         }
  234.         // line 91
  235.         echo "
  236.     <div class=\"ec-layoutRole__contents\">
  237.         ";
  238.         // line 94
  239.         echo "        ";
  240.         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"falsefalsetrue94)) {
  241.             // line 95
  242.             echo "            <aside class=\"ec-layoutRole__left\">
  243.                 ";
  244.             // line 96
  245.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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"falsefalsetrue96)]);
  246.             echo "
  247.             </aside>
  248.         ";
  249.         }
  250.         // line 99
  251.         echo "
  252.         ";
  253.         // line 100
  254.         $context["layoutRoleMain"] = "ec-layoutRole__main";
  255.         // line 101
  256.         echo "        ";
  257.         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"falsefalsetrue101) == 2)) {
  258.             // line 102
  259.             echo "            ";
  260.             $context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
  261.             // line 103
  262.             echo "        ";
  263.         } 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"falsefalsetrue103) == 3)) {
  264.             // line 104
  265.             echo "            ";
  266.             $context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
  267.             // line 105
  268.             echo "        ";
  269.         }
  270.         // line 106
  271.         echo "
  272.         <main class=\"";
  273.         // line 107
  274.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["layoutRoleMain"]) || array_key_exists("layoutRoleMain"$context) ? $context["layoutRoleMain"] : (function () { throw new RuntimeError('Variable "layoutRoleMain" does not exist.'107$this->source); })()), 107$this->source), "html"nulltrue);
  275.         echo "\">
  276.             ";
  277.         // line 109
  278.         echo "            ";
  279.         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"falsefalsetrue109)) {
  280.             // line 110
  281.             echo "                <div class=\"ec-layoutRole__mainTop\">
  282.                     ";
  283.             // line 111
  284.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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"falsefalsetrue111)]);
  285.             echo "
  286.                 </div>
  287.             ";
  288.         }
  289.         // line 114
  290.         echo "
  291.             ";
  292.         // line 116
  293.         echo "            ";
  294.         $this->displayBlock('main'$context$blocks);
  295.         // line 117
  296.         echo "
  297.             ";
  298.         // line 119
  299.         echo "            ";
  300.         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"falsefalsetrue119)) {
  301.             // line 120
  302.             echo "                <div class=\"ec-layoutRole__mainBottom\">
  303.                     ";
  304.             // line 121
  305.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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"falsefalsetrue121)]);
  306.             echo "
  307.                 </div>
  308.             ";
  309.         }
  310.         // line 124
  311.         echo "        </main>
  312.         ";
  313.         // line 127
  314.         echo "        ";
  315.         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"falsefalsetrue127)) {
  316.             // line 128
  317.             echo "            <aside class=\"ec-layoutRole__right\">
  318.                 ";
  319.             // line 129
  320.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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"falsefalsetrue129)]);
  321.             echo "
  322.             </aside>
  323.         ";
  324.         }
  325.         // line 132
  326.         echo "    </div>
  327.     ";
  328.         // line 135
  329.         echo "    ";
  330.         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"falsefalsetrue135)) {
  331.             // line 136
  332.             echo "        <div class=\"ec-layoutRole__contentBottom\">
  333.             ";
  334.             // line 137
  335.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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"falsefalsetrue137)]);
  336.             echo "
  337.         </div>
  338.     ";
  339.         }
  340.         // line 140
  341.         echo "
  342.     ";
  343.         // line 142
  344.         echo "    ";
  345.         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"falsefalsetrue142)) {
  346.             // line 143
  347.             echo "        <footer class=\"ec-layoutRole__footer\">
  348.             ";
  349.             // line 144
  350.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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"falsefalsetrue144)]);
  351.             echo "
  352.         </footer>
  353.     ";
  354.         }
  355.         // line 147
  356.         echo "</div><!-- ec-layoutRole -->
  357. <div class=\"ec-overlayRole\"></div>
  358. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  359. <div class=\"ec-drawerRole\">
  360.     ";
  361.         // line 153
  362.         echo "    ";
  363.         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"falsefalsetrue153)) {
  364.             // line 154
  365.             echo "        ";
  366.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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"falsefalsetrue154)]);
  367.             echo "
  368.     ";
  369.         }
  370.         // line 156
  371.         echo "</div>
  372. ";
  373.         // line 159
  374.         echo "<div class=\"ec-blockTopBtn pagetop\">";
  375.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ページトップへ"), "html"nulltrue);
  376.         echo "<br><img src=\"";
  377.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/gotop.svg""user_data"), "html"nulltrue);
  378.         echo "\"></div>
  379. ";
  380.         // line 161
  381.         $this->loadTemplate("@common/lang.twig""default_frame.twig"161)->display($context);
  382.         // line 162
  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 163
  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 164
  392.         $this->displayBlock('javascript'$context$blocks);
  393.         // line 166
  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.'166$this->source); })()), "CloseBodyBefore", [], "any"falsefalsetrue166)) {
  395.             // line 167
  396.             echo "    ";
  397.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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.'167$this->source); })()), "CloseBodyBefore", [], "any"falsefalsetrue167)]);
  398.             echo "
  399. ";
  400.         }
  401.         // line 170
  402.         if (array_key_exists("plugin_snippets"$context)) {
  403.             // line 171
  404.             echo "    ";
  405.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->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.'171$this->source); })())]);
  406.             echo "
  407. ";
  408.         }
  409.         // line 173
  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 164
  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 => 164,  455 => 116,  437 => 44,  422 => 173,  416 => 171,  414 => 170,  408 => 167,  406 => 166,  404 => 164,  400 => 163,  395 => 162,  393 => 161,  386 => 159,  383 => 156,  377 => 154,  374 => 153,  367 => 147,  361 => 144,  358 => 143,  355 => 142,  352 => 140,  346 => 137,  343 => 136,  340 => 135,  336 => 132,  330 => 129,  327 => 128,  324 => 127,  320 => 124,  314 => 121,  311 => 120,  308 => 119,  305 => 117,  302 => 116,  299 => 114,  293 => 111,  290 => 110,  287 => 109,  283 => 107,  280 => 106,  277 => 105,  274 => 104,  271 => 103,  268 => 102,  265 => 101,  263 => 100,  260 => 99,  254 => 96,  251 => 95,  248 => 94,  244 => 91,  238 => 88,  235 => 87,  232 => 86,  229 => 84,  223 => 81,  220 => 80,  217 => 79,  213 => 76,  206 => 72,  202 => 71,  198 => 69,  196 => 68,  193 => 67,  187 => 65,  185 => 64,  179 => 62,  173 => 60,  168 => 59,  166 => 58,  160 => 56,  157 => 55,  146 => 45,  144 => 44,  140 => 43,  136 => 42,  130 => 40,  124 => 38,  121 => 37,  115 => 35,  112 => 34,  106 => 32,  103 => 31,  97 => 29,  94 => 28,  88 => 26,  86 => 25,  81 => 24,  78 => 23,  63 => 21,  59 => 16,  51 => 12,  48 => 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 2025.08.18 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.     <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>
  492. {#▲RZ 2025.08.18 EDIT タイトルタグの内容を変更▲#}
  493.     {% if Page.meta_tags is not empty %}
  494.         {{ include(template_from_string(Page.meta_tags), sandboxed = true) }}
  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 2025.08.12 EDIT 画像追加▼#}
  616. {#<div class=\"ec-blockTopBtn pagetop\">{{'ページトップへ'|trans}}</div>#}
  617. <div class=\"ec-blockTopBtn pagetop\">{{'ページトップへ'|trans}}<br><img src=\"{{ asset('assets/img/common/gotop.svg', 'user_data') }}\"></div>
  618. {#▲RZ 2025.08.12 EDIT 画像追加▲#}
  619. {% include('@common/lang.twig') %}
  620. <script src=\"{{ asset('assets/js/function.js') }}\"></script>
  621. <script src=\"{{ asset('assets/js/eccube.js') }}\"></script>
  622. {% block javascript %}{% endblock %}
  623. {# Layout: CLOSE_BODY_BEFORE #}
  624. {% if Layout.CloseBodyBefore %}
  625.     {{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
  626. {% endif %}
  627. {# プラグイン用Snippet #}
  628. {% if plugin_snippets is defined %}
  629.     {{ include('snippet.twig', { snippets: plugin_snippets }) }}
  630. {% endif %}
  631.     <script src=\"{{ asset('assets/js/customize.js', 'user_data') }}\"></script>
  632. </body>
  633. </html>
  634. ""default_frame.twig""/home/xs031638/hieiyuba.xyz/public_html/pro/src/Eccube/Resource/template/default/default_frame.twig");
  635.     }
  636.     
  637.     public function checkSecurity()
  638.     {
  639.         static $tags = array("if" => 21"block" => 44"set" => 100"include" => 161);
  640.         static $filters = array("escape" => 12"default" => 62"trans" => 72);
  641.         static $functions = array("csrf_token" => 16"constant" => 16"include" => 24"template_from_string" => 24"asset" => 40);
  642.         try {
  643.             $this->sandbox->checkSecurity(
  644.                 ['if''block''set''include'],
  645.                 ['escape''default''trans'],
  646.                 ['csrf_token''constant''include''template_from_string''asset']
  647.             );
  648.         } catch (SecurityError $e) {
  649.             $e->setSourceContext($this->source);
  650.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  651.                 $e->setTemplateLine($tags[$e->getTagName()]);
  652.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  653.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  654.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  655.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  656.             }
  657.             throw $e;
  658.         }
  659.     }
  660. }