var/cache/dev/twig/13/13a1296a0d1fc56bb5db09e546fef5e3.php line 392

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_bf2b3caa6f11feb82f3eef5315602fa1 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.     <!-- Google tag (gtag.js) -->
  163.     <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-5JMVH53FE5\"></script>
  164.     <script>
  165.         window.dataLayer = window.dataLayer || [];
  166.         function gtag(){dataLayer.push(arguments);}
  167.         gtag('js', new Date());
  168.         gtag('config', 'G-5JMVH53FE5');
  169.     </script>
  170.     <!-- Google tag (gtag.js) -->
  171.     <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-E9VMRRGXWS\"></script>
  172.     <script>
  173.     window.dataLayer = window.dataLayer || [];
  174.     function gtag(){dataLayer.push(arguments);}
  175.     gtag('js', new Date());
  176.     gtag('config', 'G-E9VMRRGXWS');
  177.     </script>
  178. </head>
  179. <body id=\"page_";
  180.         // line 74
  181.         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.'74$this->source); })()), "request", [], "any"falsefalsetrue74), "get", [=> "_route"], "method"falsefalsetrue74), 74$this->source), "html"nulltrue);
  182.         echo "\" class=\"";
  183.         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.'74$this->source); })()), 74$this->source), "other_page")) : ("other_page")), "html"nulltrue);
  184.         echo "\">
  185. ";
  186.         // line 76
  187.         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.'76$this->source); })()), "BodyAfter", [], "any"falsefalsetrue76)) {
  188.             // line 77
  189.             echo "    ";
  190.             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); })()), "BodyAfter", [], "any"falsefalsetrue77)]);
  191.             echo "
  192. ";
  193.         }
  194.         // line 79
  195.         echo "
  196. ";
  197.         // line 80
  198.         if ((isset($context["isMaintenance"]) || array_key_exists("isMaintenance"$context) ? $context["isMaintenance"] : (function () { throw new RuntimeError('Variable "isMaintenance" does not exist.'80$this->source); })())) {
  199.             // line 81
  200.             echo "    <div class=\"ec-maintenanceAlert\">
  201.         <div>
  202.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"";
  203.             // line 83
  204.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  205.             echo "\"/></div>
  206.             ";
  207.             // line 84
  208.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("メンテナンスモードが有効になっています。"), "html"nulltrue);
  209.             echo "
  210.         </div>
  211.     </div>
  212. ";
  213.         }
  214.         // line 88
  215.         echo "
  216. <div class=\"ec-layoutRole\">
  217.     <div class=\"header_bg\"></div>
  218.     ";
  219.         // line 92
  220.         echo "    ";
  221.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'92$this->source); })()), "Header", [], "any"falsefalsetrue92)) {
  222.             // line 93
  223.             echo "        <header class=\"ec-layoutRole__header\">
  224.             ";
  225.             // line 94
  226.             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.'94$this->source); })()), "Header", [], "any"falsefalsetrue94)]);
  227.             echo "
  228.         </header>
  229.     ";
  230.         }
  231.         // line 97
  232.         echo "
  233.     ";
  234.         // line 99
  235.         echo "    ";
  236.         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.'99$this->source); })()), "ContentsTop", [], "any"falsefalsetrue99)) {
  237.             // line 100
  238.             echo "        <div class=\"ec-layoutRole__contentTop\">
  239.             ";
  240.             // line 101
  241.             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.'101$this->source); })()), "ContentsTop", [], "any"falsefalsetrue101)]);
  242.             echo "
  243.         </div>
  244.     ";
  245.         }
  246.         // line 104
  247.         echo "
  248.     <div class=\"ec-layoutRole__contents\">
  249.         ";
  250.         // line 107
  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.'107$this->source); })()), "SideLeft", [], "any"falsefalsetrue107)) {
  253.             // line 108
  254.             echo "            <aside class=\"ec-layoutRole__left\">
  255.                 ";
  256.             // line 109
  257.             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.'109$this->source); })()), "SideLeft", [], "any"falsefalsetrue109)]);
  258.             echo "
  259.             </aside>
  260.         ";
  261.         }
  262.         // line 112
  263.         echo "
  264.         ";
  265.         // line 113
  266.         $context["layoutRoleMain"] = "ec-layoutRole__main";
  267.         // line 114
  268.         echo "        ";
  269.         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.'114$this->source); })()), "ColumnNum", [], "any"falsefalsetrue114) == 2)) {
  270.             // line 115
  271.             echo "            ";
  272.             $context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
  273.             // line 116
  274.             echo "        ";
  275.         } 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.'116$this->source); })()), "ColumnNum", [], "any"falsefalsetrue116) == 3)) {
  276.             // line 117
  277.             echo "            ";
  278.             $context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
  279.             // line 118
  280.             echo "        ";
  281.         }
  282.         // line 119
  283.         echo "
  284.         <main class=\"";
  285.         // line 120
  286.         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.'120$this->source); })()), 120$this->source), "html"nulltrue);
  287.         echo "\">
  288.             ";
  289.         // line 122
  290.         echo "            ";
  291.         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.'122$this->source); })()), "MainTop", [], "any"falsefalsetrue122)) {
  292.             // line 123
  293.             echo "                <div class=\"ec-layoutRole__mainTop\">
  294.                     ";
  295.             // line 124
  296.             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.'124$this->source); })()), "MainTop", [], "any"falsefalsetrue124)]);
  297.             echo "
  298.                 </div>
  299.             ";
  300.         }
  301.         // line 127
  302.         echo "
  303.             ";
  304.         // line 129
  305.         echo "            ";
  306.         $this->displayBlock('main'$context$blocks);
  307.         // line 130
  308.         echo "
  309.             ";
  310.         // line 132
  311.         echo "            ";
  312.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'132$this->source); })()), "MainBottom", [], "any"falsefalsetrue132)) {
  313.             // line 133
  314.             echo "                <div class=\"ec-layoutRole__mainBottom\">
  315.                     ";
  316.             // line 134
  317.             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.'134$this->source); })()), "MainBottom", [], "any"falsefalsetrue134)]);
  318.             echo "
  319.                 </div>
  320.             ";
  321.         }
  322.         // line 137
  323.         echo "        </main>
  324.         ";
  325.         // line 140
  326.         echo "        ";
  327.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'140$this->source); })()), "SideRight", [], "any"falsefalsetrue140)) {
  328.             // line 141
  329.             echo "            <aside class=\"ec-layoutRole__right\">
  330.                 ";
  331.             // line 142
  332.             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.'142$this->source); })()), "SideRight", [], "any"falsefalsetrue142)]);
  333.             echo "
  334.             </aside>
  335.         ";
  336.         }
  337.         // line 145
  338.         echo "    </div>
  339.     ";
  340.         // line 148
  341.         echo "    ";
  342.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'148$this->source); })()), "ContentsBottom", [], "any"falsefalsetrue148)) {
  343.             // line 149
  344.             echo "        <div class=\"ec-layoutRole__contentBottom\">
  345.             ";
  346.             // line 150
  347.             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.'150$this->source); })()), "ContentsBottom", [], "any"falsefalsetrue150)]);
  348.             echo "
  349.         </div>
  350.     ";
  351.         }
  352.         // line 153
  353.         echo "
  354.     <div class=\"footer_bg2\"></div>
  355.     ";
  356.         // line 156
  357.         echo "    ";
  358.         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.'156$this->source); })()), "Footer", [], "any"falsefalsetrue156)) {
  359.             // line 157
  360.             echo "        <footer class=\"ec-layoutRole__footer\">
  361.             ";
  362.             // line 158
  363.             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.'158$this->source); })()), "Footer", [], "any"falsefalsetrue158)]);
  364.             echo "
  365.         </footer>
  366.     ";
  367.         }
  368.         // line 161
  369.         echo "</div><!-- ec-layoutRole -->
  370. <div class=\"ec-overlayRole\"></div>
  371. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  372. <div class=\"ec-drawerRole\">
  373.     ";
  374.         // line 167
  375.         echo "    ";
  376.         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.'167$this->source); })()), "Drawer", [], "any"falsefalsetrue167)) {
  377.             // line 168
  378.             echo "        ";
  379.             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.'168$this->source); })()), "Drawer", [], "any"falsefalsetrue168)]);
  380.             echo "
  381.     ";
  382.         }
  383.         // line 170
  384.         echo "</div>
  385. <div class=\"ec-blockTopBtn pagetop\">
  386.     <div>▲</div>
  387.     <div>";
  388.         // line 173
  389.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("TOP"), "html"nulltrue);
  390.         echo "</div>
  391. </div>
  392. ";
  393.         // line 175
  394.         $this->loadTemplate("@common/lang.twig""default_frame.twig"175)->display($context);
  395.         // line 176
  396.         echo "<script src=\"";
  397.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js"), "html"nulltrue);
  398.         echo "\"></script>
  399. <script src=\"";
  400.         // line 177
  401.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html"nulltrue);
  402.         echo "\"></script>
  403. ";
  404.         // line 178
  405.         $this->displayBlock('javascript'$context$blocks);
  406.         // line 180
  407.         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.'180$this->source); })()), "CloseBodyBefore", [], "any"falsefalsetrue180)) {
  408.             // line 181
  409.             echo "    ";
  410.             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.'181$this->source); })()), "CloseBodyBefore", [], "any"falsefalsetrue181)]);
  411.             echo "
  412. ";
  413.         }
  414.         // line 184
  415.         if (array_key_exists("plugin_snippets"$context)) {
  416.             // line 185
  417.             echo "    ";
  418.             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.'185$this->source); })())]);
  419.             echo "
  420. ";
  421.         }
  422.         // line 187
  423.         echo "    <script src=\"";
  424.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/customize.js""user_data"), "html"nulltrue);
  425.         echo "\"></script>
  426. </body>
  427. </html>
  428. ";
  429.         
  430.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  431.         
  432.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  433.     }
  434.     // line 39
  435.     public function block_stylesheet($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""stylesheet"));
  440.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  441.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  442.         
  443.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  444.         
  445.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  446.     }
  447.     // line 129
  448.     public function block_main($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""main"));
  453.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  454.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  455.         
  456.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  457.         
  458.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  459.     }
  460.     // line 178
  461.     public function block_javascript($context, array $blocks = [])
  462.     {
  463.         $macros $this->macros;
  464.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  465.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  466.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  467.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  468.         
  469.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  470.         
  471.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  472.     }
  473.     public function getTemplateName()
  474.     {
  475.         return "default_frame.twig";
  476.     }
  477.     public function isTraitable()
  478.     {
  479.         return false;
  480.     }
  481.     public function getDebugInfo()
  482.     {
  483.         return array (  487 => 178,  469 => 129,  451 => 39,  436 => 187,  430 => 185,  428 => 184,  422 => 181,  420 => 180,  418 => 178,  414 => 177,  409 => 176,  407 => 175,  402 => 173,  397 => 170,  391 => 168,  388 => 167,  381 => 161,  375 => 158,  372 => 157,  369 => 156,  365 => 153,  359 => 150,  356 => 149,  353 => 148,  349 => 145,  343 => 142,  340 => 141,  337 => 140,  333 => 137,  327 => 134,  324 => 133,  321 => 132,  318 => 130,  315 => 129,  312 => 127,  306 => 124,  303 => 123,  300 => 122,  296 => 120,  293 => 119,  290 => 118,  287 => 117,  284 => 116,  281 => 115,  278 => 114,  276 => 113,  273 => 112,  267 => 109,  264 => 108,  261 => 107,  257 => 104,  251 => 101,  248 => 100,  245 => 99,  242 => 97,  236 => 94,  233 => 93,  230 => 92,  225 => 88,  218 => 84,  214 => 83,  210 => 81,  208 => 80,  205 => 79,  199 => 77,  197 => 76,  191 => 74,  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,);
  484.     }
  485.     public function getSourceContext()
  486.     {
  487.         return new Source("<!doctype html>
  488. {#
  489. This file is part of EC-CUBE
  490. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  491. http://www.ec-cube.co.jp/
  492. For the full copyright and license information, please view the LICENSE
  493. file that was distributed with this source code.
  494. #}
  495. <html lang=\"{{ eccube_config.locale }}\">
  496. <head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
  497.     <meta charset=\"utf-8\">
  498.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  499.     <meta name=\"eccube-csrf-token\" content=\"{{ csrf_token(constant('Eccube\\\\Common\\\\Constant::TOKEN_NAME')) }}\">
  500.     <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>
  501.     {% if Page.meta_tags is not empty %}
  502.         {{ include(template_from_string(Page.meta_tags), sandboxed = true) }}
  503.         {% if Page.description is not empty %}
  504.             <meta name=\"description\" content=\"{{ Page.description }}\">
  505.         {% endif %}
  506.     {% else %}
  507.         {{ include('meta.twig') }}
  508.     {% endif %}
  509.     {% if Page.author is not empty %}
  510.         <meta name=\"author\" content=\"{{ Page.author }}\">
  511.     {% endif %}
  512.     {% if Page.keyword is not empty %}
  513.         <meta name=\"keywords\" content=\"{{ Page.keyword }}\">
  514.     {% endif %}
  515.     {% if Page.meta_robots is not empty %}
  516.         <meta name=\"robots\" content=\"{{ Page.meta_robots }}\">
  517.     {% endif %}
  518.     <link rel=\"icon\" href=\"{{ asset('assets/img/common/favicon.ico', 'user_data') }}\">
  519.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  520.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/style.css') }}\">
  521.     <script src=\"{{ asset('front.bundle.js', 'bundle') }}\"></script>
  522.     {% block stylesheet %}{% endblock %}
  523.     <script>
  524.         \$(function() {
  525.             \$.ajaxSetup({
  526.                 'headers': {
  527.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  528.                 }
  529.             });
  530.         });
  531.     </script>
  532.     {# Layout: HEAD #}
  533.     {% if Layout.Head %}
  534.         {{ include('block.twig', {'Blocks': Layout.Head}) }}
  535.     {% endif %}
  536.     {# プラグイン用styleseetやmetatagなど #}
  537.     {% if plugin_assets is defined %}{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}{% endif %}
  538.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/customize.css', 'user_data') }}\">
  539.     <!-- Google tag (gtag.js) -->
  540.     <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-5JMVH53FE5\"></script>
  541.     <script>
  542.         window.dataLayer = window.dataLayer || [];
  543.         function gtag(){dataLayer.push(arguments);}
  544.         gtag('js', new Date());
  545.         gtag('config', 'G-5JMVH53FE5');
  546.     </script>
  547.     <!-- Google tag (gtag.js) -->
  548.     <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-E9VMRRGXWS\"></script>
  549.     <script>
  550.     window.dataLayer = window.dataLayer || [];
  551.     function gtag(){dataLayer.push(arguments);}
  552.     gtag('js', new Date());
  553.     gtag('config', 'G-E9VMRRGXWS');
  554.     </script>
  555. </head>
  556. <body id=\"page_{{ app.request.get('_route') }}\" class=\"{{ body_class|default('other_page') }}\">
  557. {# Layout: BODY_AFTER #}
  558. {% if Layout.BodyAfter %}
  559.     {{ include('block.twig', {'Blocks': Layout.BodyAfter}) }}
  560. {% endif %}
  561. {% if isMaintenance %}
  562.     <div class=\"ec-maintenanceAlert\">
  563.         <div>
  564.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"/></div>
  565.             {{ 'メンテナンスモードが有効になっています。'|trans }}
  566.         </div>
  567.     </div>
  568. {% endif %}
  569. <div class=\"ec-layoutRole\">
  570.     <div class=\"header_bg\"></div>
  571.     {# Layout: HEADER #}
  572.     {% if Layout.Header %}
  573.         <header class=\"ec-layoutRole__header\">
  574.             {{ include('block.twig', {'Blocks': Layout.Header}) }}
  575.         </header>
  576.     {% endif %}
  577.     {# Layout: CONTENTS_TOP #}
  578.     {% if Layout.ContentsTop %}
  579.         <div class=\"ec-layoutRole__contentTop\">
  580.             {{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
  581.         </div>
  582.     {% endif %}
  583.     <div class=\"ec-layoutRole__contents\">
  584.         {# Layout: SIDE_LEFT #}
  585.         {% if Layout.SideLeft %}
  586.             <aside class=\"ec-layoutRole__left\">
  587.                 {{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
  588.             </aside>
  589.         {% endif %}
  590.         {% set layoutRoleMain = 'ec-layoutRole__main' %}
  591.         {% if Layout.ColumnNum == 2 %}
  592.             {% set layoutRoleMain = 'ec-layoutRole__mainWithColumn' %}
  593.         {% elseif Layout.ColumnNum == 3 %}
  594.             {% set layoutRoleMain = 'ec-layoutRole__mainBetweenColumn' %}
  595.         {% endif %}
  596.         <main class=\"{{ layoutRoleMain }}\">
  597.             {# Layout: MAIN_TOP #}
  598.             {% if Layout.MainTop %}
  599.                 <div class=\"ec-layoutRole__mainTop\">
  600.                     {{ include('block.twig', {'Blocks': Layout.MainTop}) }}
  601.                 </div>
  602.             {% endif %}
  603.             {# MAIN AREA #}
  604.             {% block main %}{% endblock %}
  605.             {# Layout: MAIN_Bottom #}
  606.             {% if Layout.MainBottom %}
  607.                 <div class=\"ec-layoutRole__mainBottom\">
  608.                     {{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
  609.                 </div>
  610.             {% endif %}
  611.         </main>
  612.         {# Layout: SIDE_RIGHT #}
  613.         {% if Layout.SideRight %}
  614.             <aside class=\"ec-layoutRole__right\">
  615.                 {{ include('block.twig', {'Blocks': Layout.SideRight}) }}
  616.             </aside>
  617.         {% endif %}
  618.     </div>
  619.     {# Layout: CONTENTS_BOTTOM #}
  620.     {% if Layout.ContentsBottom %}
  621.         <div class=\"ec-layoutRole__contentBottom\">
  622.             {{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
  623.         </div>
  624.     {% endif %}
  625.     <div class=\"footer_bg2\"></div>
  626.     {# Layout: CONTENTS_FOOTER #}
  627.     {% if Layout.Footer %}
  628.         <footer class=\"ec-layoutRole__footer\">
  629.             {{ include('block.twig', {'Blocks': Layout.Footer}) }}
  630.         </footer>
  631.     {% endif %}
  632. </div><!-- ec-layoutRole -->
  633. <div class=\"ec-overlayRole\"></div>
  634. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  635. <div class=\"ec-drawerRole\">
  636.     {# Layout: DRAWER #}
  637.     {% if Layout.Drawer %}
  638.         {{ include('block.twig', {'Blocks': Layout.Drawer}) }}
  639.     {% endif %}
  640. </div>
  641. <div class=\"ec-blockTopBtn pagetop\">
  642.     <div>▲</div>
  643.     <div>{{'TOP'|trans}}</div>
  644. </div>
  645. {% include('@common/lang.twig') %}
  646. <script src=\"{{ asset('assets/js/function.js') }}\"></script>
  647. <script src=\"{{ asset('assets/js/eccube.js') }}\"></script>
  648. {% block javascript %}{% endblock %}
  649. {# Layout: CLOSE_BODY_BEFORE #}
  650. {% if Layout.CloseBodyBefore %}
  651.     {{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
  652. {% endif %}
  653. {# プラグイン用Snippet #}
  654. {% if plugin_snippets is defined %}
  655.     {{ include('snippet.twig', { snippets: plugin_snippets }) }}
  656. {% endif %}
  657.     <script src=\"{{ asset('assets/js/customize.js', 'user_data') }}\"></script>
  658. </body>
  659. </html>
  660. ""default_frame.twig""/home/meihansl/meihan-sl.com/public_html/app/template/default/default_frame.twig");
  661.     }
  662.     
  663.     public function checkSecurity()
  664.     {
  665.         static $tags = array("if" => 17"block" => 39"set" => 113"include" => 175);
  666.         static $filters = array("escape" => 12"default" => 74"trans" => 84);
  667.         static $functions = array("csrf_token" => 16"constant" => 16"include" => 19"template_from_string" => 19"asset" => 35);
  668.         try {
  669.             $this->sandbox->checkSecurity(
  670.                 ['if''block''set''include'],
  671.                 ['escape''default''trans'],
  672.                 ['csrf_token''constant''include''template_from_string''asset']
  673.             );
  674.         } catch (SecurityError $e) {
  675.             $e->setSourceContext($this->source);
  676.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  677.                 $e->setTemplateLine($tags[$e->getTagName()]);
  678.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  679.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  680.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  681.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  682.             }
  683.             throw $e;
  684.         }
  685.     }
  686. }