var/cache/dev/twig/60/6087ee69b36973b5e98586625613daf8.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_74e961865a3a6e03998d06394d6a2f5b 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=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  120.     <link rel=\"stylesheet\" href=\"";
  121.         // line 37
  122.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html"nulltrue);
  123.         echo "\">
  124.     <script src=\"";
  125.         // line 38
  126.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("front.bundle.js""bundle"), "html"nulltrue);
  127.         echo "\"></script>
  128.     ";
  129.         // line 39
  130.         $this->displayBlock('stylesheet'$context$blocks);
  131.         // line 40
  132.         echo "    <script>
  133.         \$(function() {
  134.             \$.ajaxSetup({
  135.                 'headers': {
  136.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  137.                 }
  138.             });
  139.         });
  140.     </script>
  141.     ";
  142.         // line 50
  143.         echo "    ";
  144.         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.'50$this->source); })()), "Head", [], "any"falsefalsetrue50)) {
  145.             // line 51
  146.             echo "        ";
  147.             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.'51$this->source); })()), "Head", [], "any"falsefalsetrue51)]);
  148.             echo "
  149.     ";
  150.         }
  151.         // line 53
  152.         echo "    ";
  153.         // line 54
  154.         echo "    ";
  155.         if (array_key_exists("plugin_assets"$context)) {
  156.             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.'54$this->source); })())]);
  157.         }
  158.         // line 55
  159.         echo "    <link rel=\"stylesheet\" href=\"";
  160.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/customize.css""user_data"), "html"nulltrue);
  161.         echo "\">
  162. </head>
  163. <body id=\"page_";
  164.         // line 57
  165.         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.'57$this->source); })()), "request", [], "any"falsefalsetrue57), "get", [=> "_route"], "method"falsefalsetrue57), 57$this->source), "html"nulltrue);
  166.         echo "\" class=\"";
  167.         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.'57$this->source); })()), 57$this->source), "other_page")) : ("other_page")), "html"nulltrue);
  168.         echo " font-body\"></body>
  169. ";
  170.         // line 60
  171.         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.'60$this->source); })()), "BodyAfter", [], "any"falsefalsetrue60)) {
  172.             // line 61
  173.             echo "    ";
  174.             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.'61$this->source); })()), "BodyAfter", [], "any"falsefalsetrue61)]);
  175.             echo "
  176. ";
  177.         }
  178.         // line 63
  179.         echo "
  180. ";
  181.         // line 64
  182.         if ((isset($context["isMaintenance"]) || array_key_exists("isMaintenance"$context) ? $context["isMaintenance"] : (function () { throw new RuntimeError('Variable "isMaintenance" does not exist.'64$this->source); })())) {
  183.             // line 65
  184.             echo "    <div class=\"ec-maintenanceAlert\">
  185.         <div>
  186.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"";
  187.             // line 67
  188.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  189.             echo "\"/></div>
  190.             ";
  191.             // line 68
  192.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.under_maintenance"), "html"nulltrue);
  193.             echo "
  194.         </div>
  195.     </div>
  196. ";
  197.         }
  198.         // line 72
  199.         echo "
  200. <div class=\"ec-layoutRole\">
  201.     ";
  202.         // line 75
  203.         echo "    ";
  204.         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.'75$this->source); })()), "Header", [], "any"falsefalsetrue75)) {
  205.             // line 76
  206.             echo "        <header class=\"ec-layoutRole__header\">
  207.             ";
  208.             // line 77
  209.             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.'77$this->source); })()), "Header", [], "any"falsefalsetrue77)]);
  210.             echo "
  211.         </header>
  212.     ";
  213.         }
  214.         // line 80
  215.         echo "
  216.     ";
  217.         // line 82
  218.         echo "    ";
  219.         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.'82$this->source); })()), "ContentsTop", [], "any"falsefalsetrue82)) {
  220.             // line 83
  221.             echo "        <div class=\"ec-layoutRole__contentTop\">
  222.             ";
  223.             // line 84
  224.             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.'84$this->source); })()), "ContentsTop", [], "any"falsefalsetrue84)]);
  225.             echo "
  226.         </div>
  227.     ";
  228.         }
  229.         // line 87
  230.         echo "
  231.     <div class=\"ec-layoutRole__contents\">
  232.         ";
  233.         // line 90
  234.         echo "        ";
  235.         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.'90$this->source); })()), "SideLeft", [], "any"falsefalsetrue90)) {
  236.             // line 91
  237.             echo "            <aside class=\"ec-layoutRole__left\">
  238.                 ";
  239.             // line 92
  240.             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.'92$this->source); })()), "SideLeft", [], "any"falsefalsetrue92)]);
  241.             echo "
  242.             </aside>
  243.         ";
  244.         }
  245.         // line 95
  246.         echo "
  247.         ";
  248.         // line 96
  249.         $context["layoutRoleMain"] = "ec-layoutRole__main";
  250.         // line 97
  251.         echo "        ";
  252.         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.'97$this->source); })()), "ColumnNum", [], "any"falsefalsetrue97) == 2)) {
  253.             // line 98
  254.             echo "            ";
  255.             $context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
  256.             // line 99
  257.             echo "        ";
  258.         } 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.'99$this->source); })()), "ColumnNum", [], "any"falsefalsetrue99) == 3)) {
  259.             // line 100
  260.             echo "            ";
  261.             $context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
  262.             // line 101
  263.             echo "        ";
  264.         }
  265.         // line 102
  266.         echo "
  267.         <main class=\"";
  268.         // line 103
  269.         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.'103$this->source); })()), 103$this->source), "html"nulltrue);
  270.         echo "\">
  271.             ";
  272.         // line 105
  273.         echo "            ";
  274.         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.'105$this->source); })()), "MainTop", [], "any"falsefalsetrue105)) {
  275.             // line 106
  276.             echo "                <div class=\"ec-layoutRole__mainTop\">
  277.                     ";
  278.             // line 107
  279.             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.'107$this->source); })()), "MainTop", [], "any"falsefalsetrue107)]);
  280.             echo "
  281.                 </div>
  282.             ";
  283.         }
  284.         // line 110
  285.         echo "
  286.             ";
  287.         // line 112
  288.         echo "            ";
  289.         $this->displayBlock('main'$context$blocks);
  290.         // line 113
  291.         echo "
  292.             ";
  293.         // line 115
  294.         echo "            ";
  295.         // line 120
  296.         echo "        </main>
  297.         ";
  298.         // line 123
  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.'123$this->source); })()), "SideRight", [], "any"falsefalsetrue123)) {
  301.             // line 124
  302.             echo "            <aside class=\"ec-layoutRole__right\">
  303.                 ";
  304.             // line 125
  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.'125$this->source); })()), "SideRight", [], "any"falsefalsetrue125)]);
  306.             echo "
  307.             </aside>
  308.         ";
  309.         }
  310.         // line 128
  311.         echo "    </div>
  312.     ";
  313.         // line 131
  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.'131$this->source); })()), "ContentsBottom", [], "any"falsefalsetrue131)) {
  316.             // line 132
  317.             echo "        <div class=\"ec-layoutRole__contentBottom\">
  318.             ";
  319.             // line 133
  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.'133$this->source); })()), "ContentsBottom", [], "any"falsefalsetrue133)]);
  321.             echo "
  322.         </div>
  323.     ";
  324.         }
  325.         // line 136
  326.         echo "
  327.     ";
  328.         // line 138
  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.'138$this->source); })()), "Footer", [], "any"falsefalsetrue138)) {
  331.             // line 139
  332.             echo "        <footer class=\"ec-layoutRole__footer\">
  333.             ";
  334.             // line 140
  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.'140$this->source); })()), "Footer", [], "any"falsefalsetrue140)]);
  336.             echo "
  337.         </footer>
  338.     ";
  339.         }
  340.         // line 143
  341.         echo "</div><!-- ec-layoutRole -->
  342. <div class=\"ec-overlayRole\"></div>
  343. ";
  344.         // line 148
  345.         echo "    ";
  346.         // line 149
  347.         echo "    ";
  348.         // line 154
  349.         $this->loadTemplate("@common/lang.twig""default_frame.twig"154)->display($context);
  350.         // line 155
  351.         echo "<script src=\"";
  352.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js"), "html"nulltrue);
  353.         echo "\"></script>
  354. <script src=\"";
  355.         // line 156
  356.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html"nulltrue);
  357.         echo "\"></script>
  358. ";
  359.         // line 157
  360.         $this->displayBlock('javascript'$context$blocks);
  361.         // line 159
  362.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'159$this->source); })()), "CloseBodyBefore", [], "any"falsefalsetrue159)) {
  363.             // line 160
  364.             echo "    ";
  365.             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.'160$this->source); })()), "CloseBodyBefore", [], "any"falsefalsetrue160)]);
  366.             echo "
  367. ";
  368.         }
  369.         // line 163
  370.         if (array_key_exists("plugin_snippets"$context)) {
  371.             // line 164
  372.             echo "    ";
  373.             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.'164$this->source); })())]);
  374.             echo "
  375. ";
  376.         }
  377.         // line 166
  378.         echo "    <script src=\"";
  379.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/customize.js""user_data"), "html"nulltrue);
  380.         echo "\"></script>
  381. </body>
  382. </html>
  383. ";
  384.         
  385.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  386.         
  387.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  388.     }
  389.     // line 39
  390.     public function block_stylesheet($context, array $blocks = [])
  391.     {
  392.         $macros $this->macros;
  393.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  394.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  395.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  396.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  397.         
  398.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  399.         
  400.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  401.     }
  402.     // line 112
  403.     public function block_main($context, array $blocks = [])
  404.     {
  405.         $macros $this->macros;
  406.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  407.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  408.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  409.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  410.         
  411.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  412.         
  413.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  414.     }
  415.     // line 157
  416.     public function block_javascript($context, array $blocks = [])
  417.     {
  418.         $macros $this->macros;
  419.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  420.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  421.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  422.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  423.         
  424.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  425.         
  426.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  427.     }
  428.     public function getTemplateName()
  429.     {
  430.         return "default_frame.twig";
  431.     }
  432.     public function isTraitable()
  433.     {
  434.         return false;
  435.     }
  436.     public function getDebugInfo()
  437.     {
  438.         return array (  442 => 157,  424 => 112,  406 => 39,  391 => 166,  385 => 164,  383 => 163,  377 => 160,  375 => 159,  373 => 157,  369 => 156,  364 => 155,  362 => 154,  360 => 149,  358 => 148,  353 => 143,  347 => 140,  344 => 139,  341 => 138,  338 => 136,  332 => 133,  329 => 132,  326 => 131,  322 => 128,  316 => 125,  313 => 124,  310 => 123,  306 => 120,  304 => 115,  301 => 113,  298 => 112,  295 => 110,  289 => 107,  286 => 106,  283 => 105,  279 => 103,  276 => 102,  273 => 101,  270 => 100,  267 => 99,  264 => 98,  261 => 97,  259 => 96,  256 => 95,  250 => 92,  247 => 91,  244 => 90,  240 => 87,  234 => 84,  231 => 83,  228 => 82,  225 => 80,  219 => 77,  216 => 76,  213 => 75,  209 => 72,  202 => 68,  198 => 67,  194 => 65,  192 => 64,  189 => 63,  183 => 61,  181 => 60,  174 => 57,  168 => 55,  163 => 54,  161 => 53,  155 => 51,  152 => 50,  141 => 40,  139 => 39,  135 => 38,  131 => 37,  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,);
  439.     }
  440.     public function getSourceContext()
  441.     {
  442.         return new Source("<!doctype html>
  443. {#
  444. This file is part of EC-CUBE
  445. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  446. http://www.ec-cube.co.jp/
  447. For the full copyright and license information, please view the LICENSE
  448. file that was distributed with this source code.
  449. #}
  450. <html lang=\"{{ eccube_config.locale }}\">
  451. <head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
  452.     <meta charset=\"utf-8\">
  453.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  454.     <meta name=\"eccube-csrf-token\" content=\"{{ csrf_token(constant('Eccube\\\\Common\\\\Constant::TOKEN_NAME')) }}\">
  455.     <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>
  456.     {% if Page.meta_tags is not empty %}
  457.         {{ include(template_from_string(Page.meta_tags), sandboxed = true) }}
  458.         {% if Page.description is not empty %}
  459.             <meta name=\"description\" content=\"{{ Page.description }}\">
  460.         {% endif %}
  461.     {% else %}
  462.         {{ include('meta.twig') }}
  463.     {% endif %}
  464.     {% if Page.author is not empty %}
  465.         <meta name=\"author\" content=\"{{ Page.author }}\">
  466.     {% endif %}
  467.     {% if Page.keyword is not empty %}
  468.         <meta name=\"keywords\" content=\"{{ Page.keyword }}\">
  469.     {% endif %}
  470.     {% if Page.meta_robots is not empty %}
  471.         <meta name=\"robots\" content=\"{{ Page.meta_robots }}\">
  472.     {% endif %}
  473.     <link rel=\"icon\" href=\"{{ asset('assets/img/common/favicon.ico', 'user_data') }}\">
  474.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  475.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/style.css') }}\">
  476.     <script src=\"{{ asset('front.bundle.js', 'bundle') }}\"></script>
  477.     {% block stylesheet %}{% endblock %}
  478.     <script>
  479.         \$(function() {
  480.             \$.ajaxSetup({
  481.                 'headers': {
  482.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  483.                 }
  484.             });
  485.         });
  486.     </script>
  487.     {# Layout: HEAD #}
  488.     {% if Layout.Head %}
  489.         {{ include('block.twig', {'Blocks': Layout.Head}) }}
  490.     {% endif %}
  491.     {# プラグイン用styleseetやmetatagなど #}
  492.     {% if plugin_assets is defined %}{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}{% endif %}
  493.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/customize.css', 'user_data') }}\">
  494. </head>
  495. <body id=\"page_{{ app.request.get('_route') }}\" class=\"{{ body_class|default('other_page') }} font-body\"></body>
  496. {# Layout: BODY_AFTER #}
  497. {% if Layout.BodyAfter %}
  498.     {{ include('block.twig', {'Blocks': Layout.BodyAfter}) }}
  499. {% endif %}
  500. {% if isMaintenance %}
  501.     <div class=\"ec-maintenanceAlert\">
  502.         <div>
  503.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"/></div>
  504.             {{ 'front.under_maintenance'|trans }}
  505.         </div>
  506.     </div>
  507. {% endif %}
  508. <div class=\"ec-layoutRole\">
  509.     {# Layout: HEADER #}
  510.     {% if Layout.Header %}
  511.         <header class=\"ec-layoutRole__header\">
  512.             {{ include('block.twig', {'Blocks': Layout.Header}) }}
  513.         </header>
  514.     {% endif %}
  515.     {# Layout: CONTENTS_TOP #}
  516.     {% if Layout.ContentsTop %}
  517.         <div class=\"ec-layoutRole__contentTop\">
  518.             {{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
  519.         </div>
  520.     {% endif %}
  521.     <div class=\"ec-layoutRole__contents\">
  522.         {# Layout: SIDE_LEFT #}
  523.         {% if Layout.SideLeft %}
  524.             <aside class=\"ec-layoutRole__left\">
  525.                 {{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
  526.             </aside>
  527.         {% endif %}
  528.         {% set layoutRoleMain = 'ec-layoutRole__main' %}
  529.         {% if Layout.ColumnNum == 2 %}
  530.             {% set layoutRoleMain = 'ec-layoutRole__mainWithColumn' %}
  531.         {% elseif Layout.ColumnNum == 3 %}
  532.             {% set layoutRoleMain = 'ec-layoutRole__mainBetweenColumn' %}
  533.         {% endif %}
  534.         <main class=\"{{ layoutRoleMain }}\">
  535.             {# Layout: MAIN_TOP #}
  536.             {% if Layout.MainTop %}
  537.                 <div class=\"ec-layoutRole__mainTop\">
  538.                     {{ include('block.twig', {'Blocks': Layout.MainTop}) }}
  539.                 </div>
  540.             {% endif %}
  541.             {# MAIN AREA #}
  542.             {% block main %}{% endblock %}
  543.             {# Layout: MAIN_Bottom #}
  544.             {# {% if Layout.MainBottom %}
  545.                 <div class=\"ec-layoutRole__mainBottom\">
  546.                     {{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
  547.                 </div>
  548.             {% endif %} #}
  549.         </main>
  550.         {# Layout: SIDE_RIGHT #}
  551.         {% if Layout.SideRight %}
  552.             <aside class=\"ec-layoutRole__right\">
  553.                 {{ include('block.twig', {'Blocks': Layout.SideRight}) }}
  554.             </aside>
  555.         {% endif %}
  556.     </div>
  557.     {# Layout: CONTENTS_BOTTOM #}
  558.     {% if Layout.ContentsBottom %}
  559.         <div class=\"ec-layoutRole__contentBottom\">
  560.             {{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
  561.         </div>
  562.     {% endif %}
  563.     {# Layout: CONTENTS_FOOTER #}
  564.     {% if Layout.Footer %}
  565.         <footer class=\"ec-layoutRole__footer\">
  566.             {{ include('block.twig', {'Blocks': Layout.Footer}) }}
  567.         </footer>
  568.     {% endif %}
  569. </div><!-- ec-layoutRole -->
  570. <div class=\"ec-overlayRole\"></div>
  571. {# <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div> #}
  572. {# <div class=\"ec-drawerRole\"> #}
  573.     {# Layout: DRAWER #}
  574.     {# {% if Layout.Drawer %}
  575.         {{ include('block.twig', {'Blocks': Layout.Drawer}) }}
  576.     {% endif %} #}
  577. {# </div>
  578. <div class=\"ec-blockTopBtn pagetop\">{{'common.pagetop'|trans}}</div> #}
  579. {% include('@common/lang.twig') %}
  580. <script src=\"{{ asset('assets/js/function.js') }}\"></script>
  581. <script src=\"{{ asset('assets/js/eccube.js') }}\"></script>
  582. {% block javascript %}{% endblock %}
  583. {# Layout: CLOSE_BODY_BEFORE #}
  584. {% if Layout.CloseBodyBefore %}
  585.     {{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
  586. {% endif %}
  587. {# プラグイン用Snippet #}
  588. {% if plugin_snippets is defined %}
  589.     {{ include('snippet.twig', { snippets: plugin_snippets }) }}
  590. {% endif %}
  591.     <script src=\"{{ asset('assets/js/customize.js', 'user_data') }}\"></script>
  592. </body>
  593. </html>
  594. ""default_frame.twig""/home/xs545372/itsukushi-store.com/public_html/stg.itsukushi-store.com/src/Eccube/Resource/template/default/default_frame.twig");
  595.     }
  596.     
  597.     public function checkSecurity()
  598.     {
  599.         static $tags = array("if" => 17"block" => 39"set" => 96"include" => 154);
  600.         static $filters = array("escape" => 12"default" => 57"trans" => 68);
  601.         static $functions = array("csrf_token" => 16"constant" => 16"include" => 19"template_from_string" => 19"asset" => 35);
  602.         try {
  603.             $this->sandbox->checkSecurity(
  604.                 ['if''block''set''include'],
  605.                 ['escape''default''trans'],
  606.                 ['csrf_token''constant''include''template_from_string''asset']
  607.             );
  608.         } catch (SecurityError $e) {
  609.             $e->setSourceContext($this->source);
  610.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  611.                 $e->setTemplateLine($tags[$e->getTagName()]);
  612.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  613.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  614.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  615.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  616.             }
  617.             throw $e;
  618.         }
  619.     }
  620. }