var/cache/dev/twig/e5/e5737e334dfda6a80de6a5de7bfdefd7.php line 255

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_dd8dab73a23a5daa20f2858e640d5114 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. <html lang=\"";
  41.         // line 2
  42.         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.'2$this->source); })()), "locale", [], "any"falsefalsetrue2), 2$this->source), "html"nulltrue);
  43.         echo "\">
  44. <head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
  45.     <meta charset=\"utf-8\">
  46.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  47.     <meta name=\"eccube-csrf-token\" content=\"";
  48.         // line 6
  49.         echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken(twig_constant("Eccube\\Common\\Constant::TOKEN_NAME")), "html"nulltrue);
  50.         echo "\">
  51.     <title>";
  52.         // line 7
  53.         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.'7$this->source); })()), "shop_name", [], "any"falsefalsetrue7), 7$this->source), "html"nulltrue);
  54.         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.'7$this->source); })())))) {
  55.             echo " / ";
  56.             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.'7$this->source); })()), 7$this->source), "html"nulltrue);
  57.         } 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.'7$this->source); })())))) {
  58.             echo " / ";
  59.             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.'7$this->source); })()), 7$this->source), "html"nulltrue);
  60.         }
  61.         echo "</title>
  62.     ";
  63.         // line 8
  64.         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.'8$this->source); })()), "meta_tags", [], "any"falsefalsetrue8))) {
  65.             // line 9
  66.             echo "        ";
  67.             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.'9$this->source); })()), "meta_tags", [], "any"falsefalsetrue9), 9$this->source)), array(), truefalsetrue);
  68.             echo "
  69.         ";
  70.             // line 10
  71.             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.'10$this->source); })()), "description", [], "any"falsefalsetrue10))) {
  72.                 // line 11
  73.                 echo "            <meta name=\"description\" content=\"";
  74.                 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.'11$this->source); })()), "description", [], "any"falsefalsetrue11), 11$this->source), "html"nulltrue);
  75.                 echo "\">
  76.         ";
  77.             }
  78.             // line 13
  79.             echo "    ";
  80.         } else {
  81.             // line 14
  82.             echo "        ";
  83.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"meta.twig");
  84.             echo "
  85.     ";
  86.         }
  87.         // line 16
  88.         echo "    ";
  89.         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.'16$this->source); })()), "author", [], "any"falsefalsetrue16))) {
  90.             // line 17
  91.             echo "        <meta name=\"author\" content=\"";
  92.             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.'17$this->source); })()), "author", [], "any"falsefalsetrue17), 17$this->source), "html"nulltrue);
  93.             echo "\">
  94.     ";
  95.         }
  96.         // line 19
  97.         echo "    ";
  98.         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.'19$this->source); })()), "keyword", [], "any"falsefalsetrue19))) {
  99.             // line 20
  100.             echo "        <meta name=\"keywords\" content=\"";
  101.             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.'20$this->source); })()), "keyword", [], "any"falsefalsetrue20), 20$this->source), "html"nulltrue);
  102.             echo "\">
  103.     ";
  104.         }
  105.         // line 22
  106.         echo "    ";
  107.         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.'22$this->source); })()), "meta_robots", [], "any"falsefalsetrue22))) {
  108.             // line 23
  109.             echo "        <meta name=\"robots\" content=\"";
  110.             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.'23$this->source); })()), "meta_robots", [], "any"falsefalsetrue23), 23$this->source), "html"nulltrue);
  111.             echo "\">
  112.     ";
  113.         }
  114.         // line 25
  115.         echo "    <link rel=\"icon\" href=\"";
  116.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/favicon.ico""user_data"), "html"nulltrue);
  117.         echo "\">
  118.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  119.     <link rel=\"stylesheet\" href=\"";
  120.         // line 27
  121.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html"nulltrue);
  122.         echo "\">
  123.     ";
  124.         // line 30
  125.         echo "    <script src=\"";
  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 31
  130.         $this->displayBlock('stylesheet'$context$blocks);
  131.         // line 32
  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 42
  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.'42$this->source); })()), "Head", [], "any"falsefalsetrue42)) {
  145.             // line 43
  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.'43$this->source); })()), "Head", [], "any"falsefalsetrue43)]);
  148.             echo "
  149.     ";
  150.         }
  151.         // line 45
  152.         echo "    ";
  153.         // line 46
  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.'46$this->source); })())]);
  157.         }
  158.         // line 47
  159.         echo "    <link rel=\"stylesheet\" href=\"";
  160.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/reset.css""user_data"), "html"nulltrue);
  161.         echo "\">
  162.     ";
  163.         // line 49
  164.         echo "    <link rel=\"stylesheet\" href=\"";
  165.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/cmm.css""user_data"), "html"nulltrue);
  166.         echo "\">
  167.     <link rel=\"stylesheet\" href=\"";
  168.         // line 50
  169.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/table.css""user_data"), "html"nulltrue);
  170.         echo "\">
  171.     <link rel=\"stylesheet\" href=\"";
  172.         // line 51
  173.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/contents.css""user_data"), "html"nulltrue);
  174.         echo "\">
  175.     <link rel=\"stylesheet\" href=\"";
  176.         // line 52
  177.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/customize.css""user_data"), "html"nulltrue);
  178.         echo "\">
  179.     <!-- Google tag (gtag.js) -->
  180.     <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-XN5ME52Y23\"></script>
  181.     <script>
  182.     window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-XN5ME52Y23');
  183.     </script>
  184. </head>
  185. <body id=\"page_";
  186.         // line 59
  187.         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.'59$this->source); })()), "request", [], "any"falsefalsetrue59), "get", [=> "_route"], "method"falsefalsetrue59), 59$this->source), "html"nulltrue);
  188.         echo "\" class=\"";
  189.         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.'59$this->source); })()), 59$this->source), "other_page")) : ("other_page")), "html"nulltrue);
  190.         echo "\">
  191. ";
  192.         // line 61
  193.         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.'61$this->source); })()), "BodyAfter", [], "any"falsefalsetrue61)) {
  194.             // line 62
  195.             echo "    ";
  196.             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.'62$this->source); })()), "BodyAfter", [], "any"falsefalsetrue62)]);
  197.             echo "
  198. ";
  199.         }
  200.         // line 64
  201.         echo "
  202. ";
  203.         // line 65
  204.         if ((isset($context["isMaintenance"]) || array_key_exists("isMaintenance"$context) ? $context["isMaintenance"] : (function () { throw new RuntimeError('Variable "isMaintenance" does not exist.'65$this->source); })())) {
  205.             // line 66
  206.             echo "    <div class=\"ec-maintenanceAlert\">
  207.         <div>
  208.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"";
  209.             // line 68
  210.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  211.             echo "\"/></div>
  212.             ";
  213.             // line 69
  214.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("メンテナンスモードが有効になっています。"), "html"nulltrue);
  215.             echo "
  216.         </div>
  217.     </div>
  218. ";
  219.         }
  220.         // line 73
  221.         echo "
  222. <div class=\"ec-layoutRole\">
  223.     ";
  224.         // line 76
  225.         echo "    ";
  226.         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); })()), "Header", [], "any"falsefalsetrue76)) {
  227.             // line 77
  228.             echo "        <header class=\"ec-layoutRole__header\">
  229.             ";
  230.             // line 78
  231.             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.'78$this->source); })()), "Header", [], "any"falsefalsetrue78)]);
  232.             echo "
  233.         </header>
  234.     ";
  235.         }
  236.         // line 81
  237.         echo "
  238.     ";
  239.         // line 83
  240.         echo "    ";
  241.         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.'83$this->source); })()), "ContentsTop", [], "any"falsefalsetrue83)) {
  242.             // line 84
  243.             echo "        <div class=\"ec-layoutRole__contentTop\">
  244.             ";
  245.             // line 85
  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.'85$this->source); })()), "ContentsTop", [], "any"falsefalsetrue85)]);
  247.             echo "
  248.         </div>
  249.     ";
  250.         }
  251.         // line 88
  252.         echo "
  253.     <div class=\"ec-layoutRole__contents\">
  254.         ";
  255.         // line 91
  256.         echo "        ";
  257.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'91$this->source); })()), "SideLeft", [], "any"falsefalsetrue91)) {
  258.             // line 92
  259.             echo "            <aside class=\"ec-layoutRole__left\">
  260.                 ";
  261.             // line 93
  262.             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.'93$this->source); })()), "SideLeft", [], "any"falsefalsetrue93)]);
  263.             echo "
  264.             </aside>
  265.         ";
  266.         }
  267.         // line 96
  268.         echo "
  269.         ";
  270.         // line 97
  271.         $context["layoutRoleMain"] = "ec-layoutRole__main";
  272.         // line 98
  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.'98$this->source); })()), "ColumnNum", [], "any"falsefalsetrue98) == 2)) {
  275.             // line 99
  276.             echo "            ";
  277.             $context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
  278.             // line 100
  279.             echo "        ";
  280.         } 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.'100$this->source); })()), "ColumnNum", [], "any"falsefalsetrue100) == 3)) {
  281.             // line 101
  282.             echo "            ";
  283.             $context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
  284.             // line 102
  285.             echo "        ";
  286.         }
  287.         // line 103
  288.         echo "
  289.         <main class=\"";
  290.         // line 104
  291.         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.'104$this->source); })()), 104$this->source), "html"nulltrue);
  292.         echo "\">
  293.             ";
  294.         // line 106
  295.         echo "            ";
  296.         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.'106$this->source); })()), "MainTop", [], "any"falsefalsetrue106)) {
  297.             // line 107
  298.             echo "                <div class=\"ec-layoutRole__mainTop\">
  299.                     ";
  300.             // line 108
  301.             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.'108$this->source); })()), "MainTop", [], "any"falsefalsetrue108)]);
  302.             echo "
  303.                 </div>
  304.             ";
  305.         }
  306.         // line 111
  307.         echo "
  308.             ";
  309.         // line 113
  310.         echo "            ";
  311.         $this->displayBlock('main'$context$blocks);
  312.         // line 114
  313.         echo "
  314.             ";
  315.         // line 116
  316.         echo "            ";
  317.         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.'116$this->source); })()), "MainBottom", [], "any"falsefalsetrue116)) {
  318.             // line 117
  319.             echo "                <div class=\"ec-layoutRole__mainBottom\">
  320.                     ";
  321.             // line 118
  322.             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.'118$this->source); })()), "MainBottom", [], "any"falsefalsetrue118)]);
  323.             echo "
  324.                 </div>
  325.             ";
  326.         }
  327.         // line 121
  328.         echo "        </main>
  329.         ";
  330.         // line 124
  331.         echo "        ";
  332.         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.'124$this->source); })()), "SideRight", [], "any"falsefalsetrue124)) {
  333.             // line 125
  334.             echo "            <aside class=\"ec-layoutRole__right\">
  335.                 ";
  336.             // line 126
  337.             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.'126$this->source); })()), "SideRight", [], "any"falsefalsetrue126)]);
  338.             echo "
  339.             </aside>
  340.         ";
  341.         }
  342.         // line 129
  343.         echo "    </div>
  344.     ";
  345.         // line 132
  346.         echo "    ";
  347.         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); })()), "ContentsBottom", [], "any"falsefalsetrue132)) {
  348.             // line 133
  349.             echo "        <div class=\"ec-layoutRole__contentBottom\">
  350.             ";
  351.             // line 134
  352.             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); })()), "ContentsBottom", [], "any"falsefalsetrue134)]);
  353.             echo "
  354.         </div>
  355.     ";
  356.         }
  357.         // line 137
  358.         echo "
  359.     ";
  360.         // line 139
  361.         echo "    ";
  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.'139$this->source); })()), "Footer", [], "any"falsefalsetrue139)) {
  363.             // line 140
  364.             echo "        <footer class=\"ec-layoutRole__footer\">
  365.             ";
  366.             // line 141
  367.             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.'141$this->source); })()), "Footer", [], "any"falsefalsetrue141)]);
  368.             echo "
  369.         </footer>
  370.     ";
  371.         }
  372.         // line 144
  373.         echo "</div><!-- ec-layoutRole -->
  374. <div class=\"ec-overlayRole\"></div>
  375. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  376. <div class=\"ec-drawerRole\">
  377.     ";
  378.         // line 150
  379.         echo "    ";
  380.         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.'150$this->source); })()), "Drawer", [], "any"falsefalsetrue150)) {
  381.             // line 151
  382.             echo "        ";
  383.             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.'151$this->source); })()), "Drawer", [], "any"falsefalsetrue151)]);
  384.             echo "
  385.     ";
  386.         }
  387.         // line 153
  388.         echo "</div>
  389. <div class=\"ec-blockTopBtn pagetop\">PAGE TOP</div>
  390. ";
  391.         // line 155
  392.         $this->loadTemplate("@common/lang.twig""default_frame.twig"155)->display($context);
  393.         // line 156
  394.         echo "<script src=\"";
  395.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js"), "html"nulltrue);
  396.         echo "\"></script>
  397. <script src=\"";
  398.         // line 157
  399.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html"nulltrue);
  400.         echo "\"></script>
  401. ";
  402.         // line 158
  403.         $this->displayBlock('javascript'$context$blocks);
  404.         // line 160
  405.         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.'160$this->source); })()), "CloseBodyBefore", [], "any"falsefalsetrue160)) {
  406.             // line 161
  407.             echo "    ";
  408.             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.'161$this->source); })()), "CloseBodyBefore", [], "any"falsefalsetrue161)]);
  409.             echo "
  410. ";
  411.         }
  412.         // line 164
  413.         if (array_key_exists("plugin_snippets"$context)) {
  414.             // line 165
  415.             echo "    ";
  416.             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.'165$this->source); })())]);
  417.             echo "
  418. ";
  419.         }
  420.         // line 167
  421.         echo "    <script src=\"";
  422.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/customize.js""user_data"), "html"nulltrue);
  423.         echo "\"></script>
  424. </body>
  425. </html>
  426. ";
  427.         
  428.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  429.         
  430.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  431.     }
  432.     // line 31
  433.     public function block_stylesheet($context, array $blocks = [])
  434.     {
  435.         $macros $this->macros;
  436.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  437.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  438.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  439.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  440.         
  441.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  442.         
  443.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  444.     }
  445.     // line 113
  446.     public function block_main($context, array $blocks = [])
  447.     {
  448.         $macros $this->macros;
  449.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  450.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  451.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  452.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  453.         
  454.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  455.         
  456.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  457.     }
  458.     // line 158
  459.     public function block_javascript($context, array $blocks = [])
  460.     {
  461.         $macros $this->macros;
  462.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  463.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  464.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  465.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  466.         
  467.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  468.         
  469.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  470.     }
  471.     public function getTemplateName()
  472.     {
  473.         return "default_frame.twig";
  474.     }
  475.     public function isTraitable()
  476.     {
  477.         return false;
  478.     }
  479.     public function getDebugInfo()
  480.     {
  481.         return array (  484 => 158,  466 => 113,  448 => 31,  433 => 167,  427 => 165,  425 => 164,  419 => 161,  417 => 160,  415 => 158,  411 => 157,  406 => 156,  404 => 155,  400 => 153,  394 => 151,  391 => 150,  384 => 144,  378 => 141,  375 => 140,  372 => 139,  369 => 137,  363 => 134,  360 => 133,  357 => 132,  353 => 129,  347 => 126,  344 => 125,  341 => 124,  337 => 121,  331 => 118,  328 => 117,  325 => 116,  322 => 114,  319 => 113,  316 => 111,  310 => 108,  307 => 107,  304 => 106,  300 => 104,  297 => 103,  294 => 102,  291 => 101,  288 => 100,  285 => 99,  282 => 98,  280 => 97,  277 => 96,  271 => 93,  268 => 92,  265 => 91,  261 => 88,  255 => 85,  252 => 84,  249 => 83,  246 => 81,  240 => 78,  237 => 77,  234 => 76,  230 => 73,  223 => 69,  219 => 68,  215 => 66,  213 => 65,  210 => 64,  204 => 62,  202 => 61,  196 => 59,  186 => 52,  182 => 51,  178 => 50,  173 => 49,  168 => 47,  163 => 46,  161 => 45,  155 => 43,  152 => 42,  141 => 32,  139 => 31,  134 => 30,  130 => 27,  124 => 25,  118 => 23,  115 => 22,  109 => 20,  106 => 19,  100 => 17,  97 => 16,  91 => 14,  88 => 13,  82 => 11,  80 => 10,  75 => 9,  73 => 8,  62 => 7,  58 => 6,  51 => 2,  48 => 1,);
  482.     }
  483.     public function getSourceContext()
  484.     {
  485.         return new Source("<!doctype html>
  486. <html lang=\"{{ eccube_config.locale }}\">
  487. <head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
  488.     <meta charset=\"utf-8\">
  489.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  490.     <meta name=\"eccube-csrf-token\" content=\"{{ csrf_token(constant('Eccube\\\\Common\\\\Constant::TOKEN_NAME')) }}\">
  491.     <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>
  492.     {% if Page.meta_tags is not empty %}
  493.         {{ include(template_from_string(Page.meta_tags), sandboxed = true) }}
  494.         {% if Page.description is not empty %}
  495.             <meta name=\"description\" content=\"{{ Page.description }}\">
  496.         {% endif %}
  497.     {% else %}
  498.         {{ include('meta.twig') }}
  499.     {% endif %}
  500.     {% if Page.author is not empty %}
  501.         <meta name=\"author\" content=\"{{ Page.author }}\">
  502.     {% endif %}
  503.     {% if Page.keyword is not empty %}
  504.         <meta name=\"keywords\" content=\"{{ Page.keyword }}\">
  505.     {% endif %}
  506.     {% if Page.meta_robots is not empty %}
  507.         <meta name=\"robots\" content=\"{{ Page.meta_robots }}\">
  508.     {% endif %}
  509.     <link rel=\"icon\" href=\"{{ asset('assets/img/common/favicon.ico', 'user_data') }}\">
  510.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  511.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/style.css') }}\">
  512.     {# <link rel=\"stylesheet\" href=\"{{ asset('HigashiyamaForProduct/lightboxjs/css/lightbox.css', 'plugin') }}\">
  513.     <script src=\"{{ asset('HigashiyamaForProduct/lightboxjs/js/lightbox.js', 'plugin') }}\"></script> #}
  514.     <script src=\"{{ asset('front.bundle.js', 'bundle') }}\"></script>
  515.     {% block stylesheet %}{% endblock %}
  516.     <script>
  517.         \$(function() {
  518.             \$.ajaxSetup({
  519.                 'headers': {
  520.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  521.                 }
  522.             });
  523.         });
  524.     </script>
  525.     {# Layout: HEAD #}
  526.     {% if Layout.Head %}
  527.         {{ include('block.twig', {'Blocks': Layout.Head}) }}
  528.     {% endif %}
  529.     {# プラグイン用styleseetやmetatagなど #}
  530.     {% if plugin_assets is defined %}{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}{% endif %}
  531.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/reset.css', 'user_data') }}\">
  532.     {# <link rel=\"stylesheet\" href=\"{{ asset('assets/css/ec_reset_422_base.css', 'user_data') }}\"> #}
  533.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/cmm.css', 'user_data') }}\">
  534.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/table.css', 'user_data') }}\">
  535.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/contents.css', 'user_data') }}\">
  536.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/customize.css', 'user_data') }}\">
  537.     <!-- Google tag (gtag.js) -->
  538.     <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-XN5ME52Y23\"></script>
  539.     <script>
  540.     window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-XN5ME52Y23');
  541.     </script>
  542. </head>
  543. <body id=\"page_{{ app.request.get('_route') }}\" class=\"{{ body_class|default('other_page') }}\">
  544. {# Layout: BODY_AFTER #}
  545. {% if Layout.BodyAfter %}
  546.     {{ include('block.twig', {'Blocks': Layout.BodyAfter}) }}
  547. {% endif %}
  548. {% if isMaintenance %}
  549.     <div class=\"ec-maintenanceAlert\">
  550.         <div>
  551.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"/></div>
  552.             {{ 'メンテナンスモードが有効になっています。'|trans }}
  553.         </div>
  554.     </div>
  555. {% endif %}
  556. <div class=\"ec-layoutRole\">
  557.     {# Layout: HEADER #}
  558.     {% if Layout.Header %}
  559.         <header class=\"ec-layoutRole__header\">
  560.             {{ include('block.twig', {'Blocks': Layout.Header}) }}
  561.         </header>
  562.     {% endif %}
  563.     {# Layout: CONTENTS_TOP #}
  564.     {% if Layout.ContentsTop %}
  565.         <div class=\"ec-layoutRole__contentTop\">
  566.             {{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
  567.         </div>
  568.     {% endif %}
  569.     <div class=\"ec-layoutRole__contents\">
  570.         {# Layout: SIDE_LEFT #}
  571.         {% if Layout.SideLeft %}
  572.             <aside class=\"ec-layoutRole__left\">
  573.                 {{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
  574.             </aside>
  575.         {% endif %}
  576.         {% set layoutRoleMain = 'ec-layoutRole__main' %}
  577.         {% if Layout.ColumnNum == 2 %}
  578.             {% set layoutRoleMain = 'ec-layoutRole__mainWithColumn' %}
  579.         {% elseif Layout.ColumnNum == 3 %}
  580.             {% set layoutRoleMain = 'ec-layoutRole__mainBetweenColumn' %}
  581.         {% endif %}
  582.         <main class=\"{{ layoutRoleMain }}\">
  583.             {# Layout: MAIN_TOP #}
  584.             {% if Layout.MainTop %}
  585.                 <div class=\"ec-layoutRole__mainTop\">
  586.                     {{ include('block.twig', {'Blocks': Layout.MainTop}) }}
  587.                 </div>
  588.             {% endif %}
  589.             {# MAIN AREA #}
  590.             {% block main %}{% endblock %}
  591.             {# Layout: MAIN_Bottom #}
  592.             {% if Layout.MainBottom %}
  593.                 <div class=\"ec-layoutRole__mainBottom\">
  594.                     {{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
  595.                 </div>
  596.             {% endif %}
  597.         </main>
  598.         {# Layout: SIDE_RIGHT #}
  599.         {% if Layout.SideRight %}
  600.             <aside class=\"ec-layoutRole__right\">
  601.                 {{ include('block.twig', {'Blocks': Layout.SideRight}) }}
  602.             </aside>
  603.         {% endif %}
  604.     </div>
  605.     {# Layout: CONTENTS_BOTTOM #}
  606.     {% if Layout.ContentsBottom %}
  607.         <div class=\"ec-layoutRole__contentBottom\">
  608.             {{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
  609.         </div>
  610.     {% endif %}
  611.     {# Layout: CONTENTS_FOOTER #}
  612.     {% if Layout.Footer %}
  613.         <footer class=\"ec-layoutRole__footer\">
  614.             {{ include('block.twig', {'Blocks': Layout.Footer}) }}
  615.         </footer>
  616.     {% endif %}
  617. </div><!-- ec-layoutRole -->
  618. <div class=\"ec-overlayRole\"></div>
  619. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  620. <div class=\"ec-drawerRole\">
  621.     {# Layout: DRAWER #}
  622.     {% if Layout.Drawer %}
  623.         {{ include('block.twig', {'Blocks': Layout.Drawer}) }}
  624.     {% endif %}
  625. </div>
  626. <div class=\"ec-blockTopBtn pagetop\">PAGE TOP</div>
  627. {% include('@common/lang.twig') %}
  628. <script src=\"{{ asset('assets/js/function.js') }}\"></script>
  629. <script src=\"{{ asset('assets/js/eccube.js') }}\"></script>
  630. {% block javascript %}{% endblock %}
  631. {# Layout: CLOSE_BODY_BEFORE #}
  632. {% if Layout.CloseBodyBefore %}
  633.     {{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
  634. {% endif %}
  635. {# プラグイン用Snippet #}
  636. {% if plugin_snippets is defined %}
  637.     {{ include('snippet.twig', { snippets: plugin_snippets }) }}
  638. {% endif %}
  639.     <script src=\"{{ asset('assets/js/customize.js', 'user_data') }}\"></script>
  640. </body>
  641. </html>
  642. ""default_frame.twig""/home/higashiyamashobo/www/higashiyamashobo.jpn.org/ec-cube/app/template/default/default_frame.twig");
  643.     }
  644.     
  645.     public function checkSecurity()
  646.     {
  647.         static $tags = array("if" => 7"block" => 31"set" => 97"include" => 155);
  648.         static $filters = array("escape" => 2"default" => 59"trans" => 69);
  649.         static $functions = array("csrf_token" => 6"constant" => 6"include" => 9"template_from_string" => 9"asset" => 25);
  650.         try {
  651.             $this->sandbox->checkSecurity(
  652.                 ['if''block''set''include'],
  653.                 ['escape''default''trans'],
  654.                 ['csrf_token''constant''include''template_from_string''asset']
  655.             );
  656.         } catch (SecurityError $e) {
  657.             $e->setSourceContext($this->source);
  658.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  659.                 $e->setTemplateLine($tags[$e->getTagName()]);
  660.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  661.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  662.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  663.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  664.             }
  665.             throw $e;
  666.         }
  667.     }
  668. }