var/cache/dev/twig/c9/c9066efe81b58ccc9dd701df19cf0ae4.php line 38

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_d7825d9a933dbeaacdde9f382c7f8f65 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.     <title>";
  53.         // line 17
  54.         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.'17$this->source); })()), "shop_name", [], "any"falsefalsetrue17), 17$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.'17$this->source); })())))) {
  56.             echo " / ";
  57.             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.'17$this->source); })()), 17$this->source), "html"nulltrue);
  58.         } elseif ((array_key_exists("title"$context) &&  !twig_test_empty((isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'17$this->source); })())))) {
  59.             echo " / ";
  60.             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.'17$this->source); })()), 17$this->source), "html"nulltrue);
  61.         }
  62.         echo "</title>
  63.     ";
  64.         // line 18
  65.         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.'18$this->source); })()), "meta_tags", [], "any"falsefalsetrue18))) {
  66.             // line 19
  67.             echo "        ";
  68.             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.'19$this->source); })()), "meta_tags", [], "any"falsefalsetrue19), 19$this->source)), array(), truefalsetrue);
  69.             echo "
  70.         ";
  71.             // line 20
  72.             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.'20$this->source); })()), "description", [], "any"falsefalsetrue20))) {
  73.                 // line 21
  74.                 echo "            <meta name=\"description\" content=\"";
  75.                 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.'21$this->source); })()), "description", [], "any"falsefalsetrue21), 21$this->source), "html"nulltrue);
  76.                 echo "\">
  77.         ";
  78.             }
  79.             // line 23
  80.             echo "    ";
  81.         } else {
  82.             // line 24
  83.             echo "        ";
  84.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"meta.twig");
  85.             echo "
  86.     ";
  87.         }
  88.         // line 26
  89.         echo "    ";
  90.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'26$this->source); })()), "author", [], "any"falsefalsetrue26))) {
  91.             // line 27
  92.             echo "        <meta name=\"author\" content=\"";
  93.             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.'27$this->source); })()), "author", [], "any"falsefalsetrue27), 27$this->source), "html"nulltrue);
  94.             echo "\">
  95.     ";
  96.         }
  97.         // line 29
  98.         echo "    ";
  99.         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); })()), "keyword", [], "any"falsefalsetrue29))) {
  100.             // line 30
  101.             echo "        <meta name=\"keywords\" content=\"";
  102.             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.'30$this->source); })()), "keyword", [], "any"falsefalsetrue30), 30$this->source), "html"nulltrue);
  103.             echo "\">
  104.     ";
  105.         }
  106.         // line 32
  107.         echo "    ";
  108.         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); })()), "meta_robots", [], "any"falsefalsetrue32))) {
  109.             // line 33
  110.             echo "        <meta name=\"robots\" content=\"";
  111.             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.'33$this->source); })()), "meta_robots", [], "any"falsefalsetrue33), 33$this->source), "html"nulltrue);
  112.             echo "\">
  113.     ";
  114.         }
  115.         // line 35
  116.         echo "    <link rel=\"icon\" href=\"";
  117.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/favicon.ico""user_data"), "html"nulltrue);
  118.         echo "\">
  119.     <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  120.     <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  121.     <link href=\"https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&family=Poppins:wght@200;300;400;700&display=swap\" rel=\"stylesheet\">
  122.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  123.     ";
  124.         // line 41
  125.         echo "    <link rel=\"stylesheet\" href=\"";
  126.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/main.css"), "html"nulltrue);
  127.         echo "\">
  128.     <link rel=\"stylesheet\" href=\"";
  129.         // line 42
  130.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/appendix.css"), "html"nulltrue);
  131.         echo "\">
  132.     <script src=\"";
  133.         // line 43
  134.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("front.bundle.js""bundle"), "html"nulltrue);
  135.         echo "\"></script>
  136.     ";
  137.         // line 44
  138.         $this->displayBlock('stylesheet'$context$blocks);
  139.         // line 45
  140.         echo "    <script>
  141.         \$(function() {
  142.             \$.ajaxSetup({
  143.                 'headers': {
  144.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  145.                 }
  146.             });
  147.         });
  148.     </script>
  149.     ";
  150.         // line 55
  151.         echo "    ";
  152.         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)) {
  153.             // line 56
  154.             echo "        ";
  155.             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)]);
  156.             echo "
  157.     ";
  158.         }
  159.         // line 58
  160.         echo "    ";
  161.         // line 59
  162.         echo "    ";
  163.         if (array_key_exists("plugin_assets"$context)) {
  164.             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); })())]);
  165.         }
  166.         // line 60
  167.         echo "    <link rel=\"stylesheet\" href=\"";
  168.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/customize.css""user_data"), "html"nulltrue);
  169.         echo "\">
  170. </head>
  171. <body id=\"page_";
  172.         // line 62
  173.         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);
  174.         echo "\" class=\"";
  175.         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);
  176.         echo "\">
  177. ";
  178.         // line 64
  179.         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)) {
  180.             // line 65
  181.             echo "    ";
  182.             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)]);
  183.             echo "
  184. ";
  185.         }
  186.         // line 67
  187.         echo "
  188. ";
  189.         // line 68
  190.         if ((isset($context["isMaintenance"]) || array_key_exists("isMaintenance"$context) ? $context["isMaintenance"] : (function () { throw new RuntimeError('Variable "isMaintenance" does not exist.'68$this->source); })())) {
  191.             // line 69
  192.             echo "    <div class=\"ec-maintenanceAlert\">
  193.         <div>
  194.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"";
  195.             // line 71
  196.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  197.             echo "\"/></div>
  198.             ";
  199.             // line 72
  200.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("メンテナンスモードが有効になっています。"), "html"nulltrue);
  201.             echo "
  202.         </div>
  203.     </div>
  204. ";
  205.         }
  206.         // line 76
  207.         echo "
  208. <div class=\"ec-layoutRole\">
  209.     ";
  210.         // line 79
  211.         echo "    ";
  212.         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)) {
  213.             // line 80
  214.             echo "        <header class=\"ec-layoutRole__header\">
  215.             ";
  216.             // line 81
  217.             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)]);
  218.             echo "
  219.         </header>
  220.     ";
  221.         }
  222.         // line 84
  223.         echo "
  224.     ";
  225.         // line 86
  226.         echo "    ";
  227.         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)) {
  228.             // line 87
  229.             echo "        <div class=\"ec-layoutRole__contentTop\">
  230.             ";
  231.             // line 88
  232.             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)]);
  233.             echo "
  234.         </div>
  235.     ";
  236.         }
  237.         // line 91
  238.         echo "
  239.     <div class=\"ec-layoutRole__contents\">
  240.         ";
  241.         // line 94
  242.         echo "        ";
  243.         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)) {
  244.             // line 95
  245.             echo "            <aside class=\"ec-layoutRole__left\">
  246.                 ";
  247.             // line 96
  248.             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)]);
  249.             echo "
  250.             </aside>
  251.         ";
  252.         }
  253.         // line 99
  254.         echo "
  255.         ";
  256.         // line 100
  257.         $context["layoutRoleMain"] = "ec-layoutRole__main";
  258.         // line 101
  259.         echo "        ";
  260.         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)) {
  261.             // line 102
  262.             echo "            ";
  263.             $context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
  264.             // line 103
  265.             echo "        ";
  266.         } 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)) {
  267.             // line 104
  268.             echo "            ";
  269.             $context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
  270.             // line 105
  271.             echo "        ";
  272.         }
  273.         // line 106
  274.         echo "
  275.         <main class=\"";
  276.         // line 107
  277.         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);
  278.         echo "\">
  279.             ";
  280.         // line 109
  281.         echo "            ";
  282.         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)) {
  283.             // line 110
  284.             echo "                <div class=\"ec-layoutRole__mainTop\">
  285.                     ";
  286.             // line 111
  287.             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)]);
  288.             echo "
  289.                 </div>
  290.             ";
  291.         }
  292.         // line 114
  293.         echo "
  294.             ";
  295.         // line 116
  296.         echo "            ";
  297.         $this->displayBlock('main'$context$blocks);
  298.         // line 117
  299.         echo "
  300.             ";
  301.         // line 119
  302.         echo "            ";
  303.         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)) {
  304.             // line 120
  305.             echo "                <div class=\"ec-layoutRole__mainBottom\">
  306.                     ";
  307.             // line 121
  308.             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)]);
  309.             echo "
  310.                 </div>
  311.             ";
  312.         }
  313.         // line 124
  314.         echo "        </main>
  315.         ";
  316.         // line 127
  317.         echo "        ";
  318.         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)) {
  319.             // line 128
  320.             echo "            <aside class=\"ec-layoutRole__right\">
  321.                 ";
  322.             // line 129
  323.             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)]);
  324.             echo "
  325.             </aside>
  326.         ";
  327.         }
  328.         // line 132
  329.         echo "    </div>
  330.     ";
  331.         // line 135
  332.         echo "    ";
  333.         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)) {
  334.             // line 136
  335.             echo "        <div class=\"ec-layoutRole__contentBottom\">
  336.             ";
  337.             // line 137
  338.             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)]);
  339.             echo "
  340.         </div>
  341.     ";
  342.         }
  343.         // line 140
  344.         echo "
  345.     ";
  346.         // line 142
  347.         echo "    ";
  348.         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)) {
  349.             // line 143
  350.             echo "        <footer class=\"ec-layoutRole__footer\">
  351.             ";
  352.             // line 144
  353.             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)]);
  354.             echo "
  355.         </footer>
  356.     ";
  357.         }
  358.         // line 147
  359.         echo "</div><!-- ec-layoutRole -->
  360. <div class=\"ec-overlayRole\"></div>
  361. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  362. <div class=\"ec-drawerRole\">
  363.     ";
  364.         // line 153
  365.         echo "    ";
  366.         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)) {
  367.             // line 154
  368.             echo "        ";
  369.             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)]);
  370.             echo "
  371.     ";
  372.         }
  373.         // line 156
  374.         echo "</div>
  375. <div class=\"ec-blockTopBtn pagetop\">";
  376.         // line 157
  377.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ページトップへ"), "html"nulltrue);
  378.         echo "</div>
  379. ";
  380.         // line 158
  381.         $this->loadTemplate("@common/lang.twig""default_frame.twig"158)->display($context);
  382.         // line 159
  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 160
  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 161
  392.         $this->displayBlock('javascript'$context$blocks);
  393.         // line 163
  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.'163$this->source); })()), "CloseBodyBefore", [], "any"falsefalsetrue163)) {
  395.             // line 164
  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.'164$this->source); })()), "CloseBodyBefore", [], "any"falsefalsetrue164)]);
  398.             echo "
  399. ";
  400.         }
  401.         // line 167
  402.         if (array_key_exists("plugin_snippets"$context)) {
  403.             // line 168
  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.'168$this->source); })())]);
  406.             echo "
  407. ";
  408.         }
  409.         // line 170
  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 161
  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 => 161,  455 => 116,  437 => 44,  422 => 170,  416 => 168,  414 => 167,  408 => 164,  406 => 163,  404 => 161,  400 => 160,  395 => 159,  393 => 158,  389 => 157,  386 => 156,  380 => 154,  377 => 153,  370 => 147,  364 => 144,  361 => 143,  358 => 142,  355 => 140,  349 => 137,  346 => 136,  343 => 135,  339 => 132,  333 => 129,  330 => 128,  327 => 127,  323 => 124,  317 => 121,  314 => 120,  311 => 119,  308 => 117,  305 => 116,  302 => 114,  296 => 111,  293 => 110,  290 => 109,  286 => 107,  283 => 106,  280 => 105,  277 => 104,  274 => 103,  271 => 102,  268 => 101,  266 => 100,  263 => 99,  257 => 96,  254 => 95,  251 => 94,  247 => 91,  241 => 88,  238 => 87,  235 => 86,  232 => 84,  226 => 81,  223 => 80,  220 => 79,  216 => 76,  209 => 72,  205 => 71,  201 => 69,  199 => 68,  196 => 67,  190 => 65,  188 => 64,  182 => 62,  176 => 60,  171 => 59,  169 => 58,  163 => 56,  160 => 55,  149 => 45,  147 => 44,  143 => 43,  139 => 42,  134 => 41,  125 => 35,  119 => 33,  116 => 32,  110 => 30,  107 => 29,  101 => 27,  98 => 26,  92 => 24,  89 => 23,  83 => 21,  81 => 20,  76 => 19,  74 => 18,  63 => 17,  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.     <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>
  488.     {% if Page.meta_tags is not empty %}
  489.         {{ include(template_from_string(Page.meta_tags), sandboxed = true) }}
  490.         {% if Page.description is not empty %}
  491.             <meta name=\"description\" content=\"{{ Page.description }}\">
  492.         {% endif %}
  493.     {% else %}
  494.         {{ include('meta.twig') }}
  495.     {% endif %}
  496.     {% if Page.author is not empty %}
  497.         <meta name=\"author\" content=\"{{ Page.author }}\">
  498.     {% endif %}
  499.     {% if Page.keyword is not empty %}
  500.         <meta name=\"keywords\" content=\"{{ Page.keyword }}\">
  501.     {% endif %}
  502.     {% if Page.meta_robots is not empty %}
  503.         <meta name=\"robots\" content=\"{{ Page.meta_robots }}\">
  504.     {% endif %}
  505.     <link rel=\"icon\" href=\"{{ asset('assets/img/common/favicon.ico', 'user_data') }}\">
  506.     <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  507.     <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  508.     <link href=\"https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&family=Poppins:wght@200;300;400;700&display=swap\" rel=\"stylesheet\">
  509.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  510.     {#<link rel=\"stylesheet\" href=\"{{ asset('assets/css/style.css') }}\">#}
  511.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/main.css') }}\">
  512.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/appendix.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. <div class=\"ec-blockTopBtn pagetop\">{{'ページトップへ'|trans}}</div>
  616. {% include('@common/lang.twig') %}
  617. <script src=\"{{ asset('assets/js/function.js') }}\"></script>
  618. <script src=\"{{ asset('assets/js/eccube.js') }}\"></script>
  619. {% block javascript %}{% endblock %}
  620. {# Layout: CLOSE_BODY_BEFORE #}
  621. {% if Layout.CloseBodyBefore %}
  622.     {{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
  623. {% endif %}
  624. {# プラグイン用Snippet #}
  625. {% if plugin_snippets is defined %}
  626.     {{ include('snippet.twig', { snippets: plugin_snippets }) }}
  627. {% endif %}
  628.     <script src=\"{{ asset('assets/js/customize.js', 'user_data') }}\"></script>
  629. </body>
  630. </html>
  631. ""default_frame.twig""/home/c9635817/public_html/attrait-shop.com/app/template/default/default_frame.twig");
  632.     }
  633.     
  634.     public function checkSecurity()
  635.     {
  636.         static $tags = array("if" => 17"block" => 44"set" => 100"include" => 158);
  637.         static $filters = array("escape" => 12"default" => 62"trans" => 72);
  638.         static $functions = array("csrf_token" => 16"constant" => 16"include" => 19"template_from_string" => 19"asset" => 35);
  639.         try {
  640.             $this->sandbox->checkSecurity(
  641.                 ['if''block''set''include'],
  642.                 ['escape''default''trans'],
  643.                 ['csrf_token''constant''include''template_from_string''asset'],
  644.                 $this->source
  645.             );
  646.         } catch (SecurityError $e) {
  647.             $e->setSourceContext($this->source);
  648.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  649.                 $e->setTemplateLine($tags[$e->getTagName()]);
  650.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  651.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  652.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  653.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  654.             }
  655.             throw $e;
  656.         }
  657.     }
  658. }