var/cache/dev/twig/73/73d1ead91f34c11a686a153afde2c8bf.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_49aee82304bf7f37618fe7ed5b40dc74 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 "<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 "    ";
  160.         // line 56
  161.         echo "</head>
  162. <body id=\"page_";
  163.         // line 57
  164.         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);
  165.         echo "\" class=\"";
  166.         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);
  167.         echo "\">
  168. ";
  169.         // line 59
  170.         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.'59$this->source); })()), "BodyAfter", [], "any"falsefalsetrue59)) {
  171.             // line 60
  172.             echo "    ";
  173.             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.'60$this->source); })()), "BodyAfter", [], "any"falsefalsetrue60)]);
  174.             echo "
  175. ";
  176.         }
  177.         // line 62
  178.         echo "
  179. ";
  180.         // line 63
  181.         if ((isset($context["isMaintenance"]) || array_key_exists("isMaintenance"$context) ? $context["isMaintenance"] : (function () { throw new RuntimeError('Variable "isMaintenance" does not exist.'63$this->source); })())) {
  182.             // line 64
  183.             echo "    <div class=\"ec-maintenanceAlert\">
  184.         <div>
  185.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"";
  186.             // line 66
  187.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  188.             echo "\"/></div>
  189.             ";
  190.             // line 67
  191.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.under_maintenance"), "html"nulltrue);
  192.             echo "
  193.         </div>
  194.     </div>
  195. ";
  196.         }
  197.         // line 71
  198.         echo "
  199. <div class=\"ec-layoutRole\">
  200.     ";
  201.         // line 74
  202.         echo "    ";
  203.         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.'74$this->source); })()), "Header", [], "any"falsefalsetrue74)) {
  204.             // line 75
  205.             echo "        <header class=\"ec-layoutRole__header\">
  206.             ";
  207.             // line 76
  208.             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.'76$this->source); })()), "Header", [], "any"falsefalsetrue76)]);
  209.             echo "
  210.         </header>
  211.     ";
  212.         }
  213.         // line 79
  214.         echo "
  215.     
  216.     ";
  217.         // line 82
  218.         $this->displayBlock('main'$context$blocks);
  219.         // line 83
  220.         echo "
  221.     
  222.     ";
  223.         // line 87
  224.         echo "    ";
  225.         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.'87$this->source); })()), "Footer", [], "any"falsefalsetrue87)) {
  226.             // line 88
  227.             echo "        <footer class=\"ec-layoutRole__footer\">
  228.             ";
  229.             // line 89
  230.             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.'89$this->source); })()), "Footer", [], "any"falsefalsetrue89)]);
  231.             echo "
  232.         </footer>
  233.     ";
  234.         }
  235.         // line 92
  236.         echo "</div><!-- ec-layoutRole -->
  237. <div class=\"ec-overlayRole\"></div>
  238. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  239. <div class=\"ec-drawerRole\">
  240.     ";
  241.         // line 98
  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.'98$this->source); })()), "Drawer", [], "any"falsefalsetrue98)) {
  244.             // line 99
  245.             echo "        ";
  246.             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.'99$this->source); })()), "Drawer", [], "any"falsefalsetrue99)]);
  247.             echo "
  248.     ";
  249.         }
  250.         // line 101
  251.         echo "</div>
  252. <div class=\"ec-blockTopBtn pagetop\">";
  253.         // line 102
  254.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("common.pagetop"), "html"nulltrue);
  255.         echo "</div>
  256. ";
  257.         // line 103
  258.         $this->loadTemplate("@common/lang.twig""default_frame.twig"103)->display($context);
  259.         // line 104
  260.         echo "<script src=\"";
  261.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js"), "html"nulltrue);
  262.         echo "\"></script>
  263. <script src=\"";
  264.         // line 105
  265.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html"nulltrue);
  266.         echo "\"></script>
  267. ";
  268.         // line 106
  269.         $this->displayBlock('javascript'$context$blocks);
  270.         // line 108
  271.         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.'108$this->source); })()), "CloseBodyBefore", [], "any"falsefalsetrue108)) {
  272.             // line 109
  273.             echo "    ";
  274.             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); })()), "CloseBodyBefore", [], "any"falsefalsetrue109)]);
  275.             echo "
  276. ";
  277.         }
  278.         // line 112
  279.         if (array_key_exists("plugin_snippets"$context)) {
  280.             // line 113
  281.             echo "    ";
  282.             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.'113$this->source); })())]);
  283.             echo "
  284. ";
  285.         }
  286.         // line 115
  287.         echo "    ";
  288.         // line 116
  289.         echo "</body>
  290. </html>
  291. ";
  292.         
  293.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  294.         
  295.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  296.     }
  297.     // line 39
  298.     public function block_stylesheet($context, array $blocks = [])
  299.     {
  300.         $macros $this->macros;
  301.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  302.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  303.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  304.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  305.         
  306.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  307.         
  308.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  309.     }
  310.     // line 82
  311.     public function block_main($context, array $blocks = [])
  312.     {
  313.         $macros $this->macros;
  314.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  315.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  316.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  317.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  318.         
  319.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  320.         
  321.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  322.     }
  323.     // line 106
  324.     public function block_javascript($context, array $blocks = [])
  325.     {
  326.         $macros $this->macros;
  327.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  328.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  329.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  330.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  331.         
  332.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  333.         
  334.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  335.     }
  336.     public function getTemplateName()
  337.     {
  338.         return "default_frame.twig";
  339.     }
  340.     public function isTraitable()
  341.     {
  342.         return false;
  343.     }
  344.     public function getDebugInfo()
  345.     {
  346.         return array (  349 => 106,  331 => 82,  313 => 39,  301 => 116,  299 => 115,  293 => 113,  291 => 112,  285 => 109,  283 => 108,  281 => 106,  277 => 105,  272 => 104,  270 => 103,  266 => 102,  263 => 101,  257 => 99,  254 => 98,  247 => 92,  241 => 89,  238 => 88,  235 => 87,  230 => 83,  228 => 82,  223 => 79,  217 => 76,  214 => 75,  211 => 74,  207 => 71,  200 => 67,  196 => 66,  192 => 64,  190 => 63,  187 => 62,  181 => 60,  179 => 59,  173 => 57,  170 => 56,  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,);
  347.     }
  348.     public function getSourceContext()
  349.     {
  350.         return new Source("<html>
  351. {#
  352. This file is part of EC-CUBE
  353. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  354. http://www.ec-cube.co.jp/
  355. For the full copyright and license information, please view the LICENSE
  356. file that was distributed with this source code.
  357. #}
  358. <html lang=\"{{ eccube_config.locale }}\">
  359. <head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
  360.     <meta charset=\"utf-8\">
  361.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  362.     <meta name=\"eccube-csrf-token\" content=\"{{ csrf_token(constant('Eccube\\\\Common\\\\Constant::TOKEN_NAME')) }}\">
  363.     <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>
  364.     {% if Page.meta_tags is not empty %}
  365.         {{ include(template_from_string(Page.meta_tags), sandboxed = true) }}
  366.         {% if Page.description is not empty %}
  367.             <meta name=\"description\" content=\"{{ Page.description }}\">
  368.         {% endif %}
  369.     {% else %}
  370.         {{ include('meta.twig') }}
  371.     {% endif %}
  372.     {% if Page.author is not empty %}
  373.         <meta name=\"author\" content=\"{{ Page.author }}\">
  374.     {% endif %}
  375.     {% if Page.keyword is not empty %}
  376.         <meta name=\"keywords\" content=\"{{ Page.keyword }}\">
  377.     {% endif %}
  378.     {% if Page.meta_robots is not empty %}
  379.         <meta name=\"robots\" content=\"{{ Page.meta_robots }}\">
  380.     {% endif %}
  381.     <link rel=\"icon\" href=\"{{ asset('assets/img/common/favicon.ico', 'user_data') }}\">
  382.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  383.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/style.css') }}\">
  384.     <script src=\"{{ asset('front.bundle.js', 'bundle') }}\"></script>
  385.     {% block stylesheet %}{% endblock %}
  386.     <script>
  387.         \$(function() {
  388.             \$.ajaxSetup({
  389.                 'headers': {
  390.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  391.                 }
  392.             });
  393.         });
  394.     </script>
  395.     {# Layout: HEAD #}
  396.     {% if Layout.Head %}
  397.         {{ include('block.twig', {'Blocks': Layout.Head}) }}
  398.     {% endif %}
  399.     {# プラグイン用styleseetやmetatagなど #}
  400.     {% if plugin_assets is defined %}{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}{% endif %}
  401.     {# <link rel=\"stylesheet\" href=\"{{ asset('assets/css/customize.css', 'user_data') }}\"> #}
  402. </head>
  403. <body id=\"page_{{ app.request.get('_route') }}\" class=\"{{ body_class|default('other_page') }}\">
  404. {# Layout: BODY_AFTER #}
  405. {% if Layout.BodyAfter %}
  406.     {{ include('block.twig', {'Blocks': Layout.BodyAfter}) }}
  407. {% endif %}
  408. {% if isMaintenance %}
  409.     <div class=\"ec-maintenanceAlert\">
  410.         <div>
  411.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"/></div>
  412.             {{ 'front.under_maintenance'|trans }}
  413.         </div>
  414.     </div>
  415. {% endif %}
  416. <div class=\"ec-layoutRole\">
  417.     {# Layout: HEADER #}
  418.     {% if Layout.Header %}
  419.         <header class=\"ec-layoutRole__header\">
  420.             {{ include('block.twig', {'Blocks': Layout.Header}) }}
  421.         </header>
  422.     {% endif %}
  423.     
  424.     {% block main %}{% endblock %}
  425.     
  426.     {# Layout: CONTENTS_FOOTER #}
  427.     {% if Layout.Footer %}
  428.         <footer class=\"ec-layoutRole__footer\">
  429.             {{ include('block.twig', {'Blocks': Layout.Footer}) }}
  430.         </footer>
  431.     {% endif %}
  432. </div><!-- ec-layoutRole -->
  433. <div class=\"ec-overlayRole\"></div>
  434. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  435. <div class=\"ec-drawerRole\">
  436.     {# Layout: DRAWER #}
  437.     {% if Layout.Drawer %}
  438.         {{ include('block.twig', {'Blocks': Layout.Drawer}) }}
  439.     {% endif %}
  440. </div>
  441. <div class=\"ec-blockTopBtn pagetop\">{{'common.pagetop'|trans}}</div>
  442. {% include('@common/lang.twig') %}
  443. <script src=\"{{ asset('assets/js/function.js') }}\"></script>
  444. <script src=\"{{ asset('assets/js/eccube.js') }}\"></script>
  445. {% block javascript %}{% endblock %}
  446. {# Layout: CLOSE_BODY_BEFORE #}
  447. {% if Layout.CloseBodyBefore %}
  448.     {{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
  449. {% endif %}
  450. {# プラグイン用Snippet #}
  451. {% if plugin_snippets is defined %}
  452.     {{ include('snippet.twig', { snippets: plugin_snippets }) }}
  453. {% endif %}
  454.     {# <script src=\"{{ asset('assets/js/customize.js', 'user_data') }}\"></script> #}
  455. </body>
  456. </html>
  457. ""default_frame.twig""/home/glowd/www/glowd.co.jp/optilink/ec-cube/src/Eccube/Resource/template/default/default_frame.twig");
  458.     }
  459.     
  460.     public function checkSecurity()
  461.     {
  462.         static $tags = array("if" => 17"block" => 39"include" => 103);
  463.         static $filters = array("escape" => 12"default" => 57"trans" => 67);
  464.         static $functions = array("csrf_token" => 16"constant" => 16"include" => 19"template_from_string" => 19"asset" => 35);
  465.         try {
  466.             $this->sandbox->checkSecurity(
  467.                 ['if''block''include'],
  468.                 ['escape''default''trans'],
  469.                 ['csrf_token''constant''include''template_from_string''asset'],
  470.                 $this->source
  471.             );
  472.         } catch (SecurityError $e) {
  473.             $e->setSourceContext($this->source);
  474.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  475.                 $e->setTemplateLine($tags[$e->getTagName()]);
  476.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  477.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  478.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  479.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  480.             }
  481.             throw $e;
  482.         }
  483.     }
  484. }