var/cache/dev/twig/43/43c5990c9ec302c68ea3a19670fdcf6e.php line 408

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_da8ee6996f08f37f1730c2e0d56b9d28 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.     <style>
  163.         #global-floating-button {
  164.             position: fixed;
  165.             bottom: 60px;
  166.             right: 20px;
  167.             z-index: 1000;
  168.             background-color: #C1E706;
  169.             color: #374700;
  170.             border: 3px solid #374700;
  171.             border-radius: 50%;
  172.             width: 80px;
  173.             height: 80px;
  174.             box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  175.             cursor: pointer;
  176.             font-size: 20px;
  177.             font-weight: bold;
  178.             display: flex;
  179.             align-items: center;
  180.             justify-content: center;
  181.             text-decoration: none;
  182.             padding: 0;
  183.             margin: 0;
  184.             line-height: 1.2;
  185.         }
  186.         @media only screen and (min-width: 768px) {
  187.             #global-floating-button {
  188.                 bottom: 110px;
  189.             }
  190.         }
  191.         #global-floating-button:hover {
  192.             color: #C1E706;
  193.             background-color: #374700;
  194.         }
  195.     </style>
  196. </head>
  197. <body id=\"page_";
  198.         // line 92
  199.         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.'92$this->source); })()), "request", [], "any"falsefalsetrue92), "get", [=> "_route"], "method"falsefalsetrue92), 92$this->source), "html"nulltrue);
  200.         echo "\" class=\"";
  201.         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.'92$this->source); })()), 92$this->source), "other_page")) : ("other_page")), "html"nulltrue);
  202.         echo "\">
  203. ";
  204.         // line 94
  205.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'94$this->source); })()), "BodyAfter", [], "any"falsefalsetrue94)) {
  206.             // line 95
  207.             echo "    ";
  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.'95$this->source); })()), "BodyAfter", [], "any"falsefalsetrue95)]);
  209.             echo "
  210. ";
  211.         }
  212.         // line 97
  213.         echo "
  214. ";
  215.         // line 98
  216.         if ((isset($context["isMaintenance"]) || array_key_exists("isMaintenance"$context) ? $context["isMaintenance"] : (function () { throw new RuntimeError('Variable "isMaintenance" does not exist.'98$this->source); })())) {
  217.             // line 99
  218.             echo "    <div class=\"ec-maintenanceAlert\">
  219.         <div>
  220.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"";
  221.             // line 101
  222.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  223.             echo "\"/></div>
  224.             ";
  225.             // line 102
  226.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.under_maintenance"), "html"nulltrue);
  227.             echo "
  228.         </div>
  229.     </div>
  230. ";
  231.         }
  232.         // line 106
  233.         echo "
  234. <div class=\"ec-layoutRole\">
  235.     ";
  236.         // line 109
  237.         echo "    ";
  238.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'109$this->source); })()), "Header", [], "any"falsefalsetrue109)) {
  239.             // line 110
  240.             echo "        <header class=\"ec-layoutRole__header\">
  241.             ";
  242.             // line 111
  243.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'111$this->source); })()), "Header", [], "any"falsefalsetrue111)]);
  244.             echo "
  245.         </header>
  246.     ";
  247.         }
  248.         // line 114
  249.         echo "
  250.     ";
  251.         // line 116
  252.         echo "    ";
  253.         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); })()), "ContentsTop", [], "any"falsefalsetrue116)) {
  254.             // line 117
  255.             echo "        <div class=\"ec-layoutRole__contentTop\">
  256.             ";
  257.             // line 118
  258.             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); })()), "ContentsTop", [], "any"falsefalsetrue118)]);
  259.             echo "
  260.         </div>
  261.     ";
  262.         }
  263.         // line 121
  264.         echo "
  265.     <div class=\"ec-layoutRole__contents\">
  266.         ";
  267.         // line 124
  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.'124$this->source); })()), "SideLeft", [], "any"falsefalsetrue124)) {
  270.             // line 125
  271.             echo "            <aside class=\"ec-layoutRole__left\">
  272.                 ";
  273.             // line 126
  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.'126$this->source); })()), "SideLeft", [], "any"falsefalsetrue126)]);
  275.             echo "
  276.             </aside>
  277.         ";
  278.         }
  279.         // line 129
  280.         echo "
  281.         ";
  282.         // line 130
  283.         $context["layoutRoleMain"] = "ec-layoutRole__main";
  284.         // line 131
  285.         echo "        ";
  286.         if ((twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'131$this->source); })()), "ColumnNum", [], "any"falsefalsetrue131) == 2)) {
  287.             // line 132
  288.             echo "            ";
  289.             $context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
  290.             // line 133
  291.             echo "        ";
  292.         } 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.'133$this->source); })()), "ColumnNum", [], "any"falsefalsetrue133) == 3)) {
  293.             // line 134
  294.             echo "            ";
  295.             $context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
  296.             // line 135
  297.             echo "        ";
  298.         }
  299.         // line 136
  300.         echo "
  301.         <main class=\"";
  302.         // line 137
  303.         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.'137$this->source); })()), 137$this->source), "html"nulltrue);
  304.         echo "\">
  305.             ";
  306.         // line 139
  307.         echo "            ";
  308.         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); })()), "MainTop", [], "any"falsefalsetrue139)) {
  309.             // line 140
  310.             echo "                <div class=\"ec-layoutRole__mainTop\">
  311.                     ";
  312.             // line 141
  313.             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); })()), "MainTop", [], "any"falsefalsetrue141)]);
  314.             echo "
  315.                 </div>
  316.             ";
  317.         }
  318.         // line 144
  319.         echo "
  320.             ";
  321.         // line 146
  322.         echo "            ";
  323.         $this->displayBlock('main'$context$blocks);
  324.         // line 147
  325.         echo "
  326.             ";
  327.         // line 149
  328.         echo "            ";
  329.         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.'149$this->source); })()), "MainBottom", [], "any"falsefalsetrue149)) {
  330.             // line 150
  331.             echo "                <div class=\"ec-layoutRole__mainBottom\">
  332.                     ";
  333.             // line 151
  334.             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); })()), "MainBottom", [], "any"falsefalsetrue151)]);
  335.             echo "
  336.                 </div>
  337.             ";
  338.         }
  339.         // line 154
  340.         echo "        </main>
  341.         ";
  342.         // line 157
  343.         echo "        ";
  344.         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.'157$this->source); })()), "SideRight", [], "any"falsefalsetrue157)) {
  345.             // line 158
  346.             echo "            <aside class=\"ec-layoutRole__right\">
  347.                 ";
  348.             // line 159
  349.             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.'159$this->source); })()), "SideRight", [], "any"falsefalsetrue159)]);
  350.             echo "
  351.             </aside>
  352.         ";
  353.         }
  354.         // line 162
  355.         echo "    </div>
  356.     ";
  357.         // line 165
  358.         echo "    ";
  359.         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.'165$this->source); })()), "ContentsBottom", [], "any"falsefalsetrue165)) {
  360.             // line 166
  361.             echo "        <div class=\"ec-layoutRole__contentBottom\">
  362.             ";
  363.             // line 167
  364.             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.'167$this->source); })()), "ContentsBottom", [], "any"falsefalsetrue167)]);
  365.             echo "
  366.         </div>
  367.     ";
  368.         }
  369.         // line 170
  370.         echo "
  371.     ";
  372.         // line 172
  373.         echo "    ";
  374.         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.'172$this->source); })()), "Footer", [], "any"falsefalsetrue172)) {
  375.             // line 173
  376.             echo "        <footer class=\"ec-layoutRole__footer\">
  377.             ";
  378.             // line 174
  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.'174$this->source); })()), "Footer", [], "any"falsefalsetrue174)]);
  380.             echo "
  381.         </footer>
  382.     ";
  383.         }
  384.         // line 177
  385.         echo "</div><!-- ec-layoutRole -->
  386. <div class=\"ec-overlayRole\"></div>
  387. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  388. <div class=\"ec-drawerRole\">
  389.     ";
  390.         // line 183
  391.         echo "    ";
  392.         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.'183$this->source); })()), "Drawer", [], "any"falsefalsetrue183)) {
  393.             // line 184
  394.             echo "        ";
  395.             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.'184$this->source); })()), "Drawer", [], "any"falsefalsetrue184)]);
  396.             echo "
  397.     ";
  398.         }
  399.         // line 186
  400.         echo "</div>
  401. <div class=\"ec-blockTopBtn pagetop\">";
  402.         // line 187
  403.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("common.pagetop"), "html"nulltrue);
  404.         echo "</div>
  405. ";
  406.         // line 188
  407.         $this->loadTemplate("@common/lang.twig""default_frame.twig"188)->display($context);
  408.         // line 189
  409.         echo "<script src=\"";
  410.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js"), "html"nulltrue);
  411.         echo "\"></script>
  412. <script src=\"";
  413.         // line 190
  414.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html"nulltrue);
  415.         echo "\"></script>
  416. ";
  417.         // line 191
  418.         $this->displayBlock('javascript'$context$blocks);
  419.         // line 193
  420.         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.'193$this->source); })()), "CloseBodyBefore", [], "any"falsefalsetrue193)) {
  421.             // line 194
  422.             echo "    ";
  423.             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.'194$this->source); })()), "CloseBodyBefore", [], "any"falsefalsetrue194)]);
  424.             echo "
  425. ";
  426.         }
  427.         // line 197
  428.         if (array_key_exists("plugin_snippets"$context)) {
  429.             // line 198
  430.             echo "    ";
  431.             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.'198$this->source); })())]);
  432.             echo "
  433. ";
  434.         }
  435.         // line 200
  436.         echo "    <script src=\"";
  437.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/customize.js""user_data"), "html"nulltrue);
  438.         echo "\"></script>
  439.     <a href=\"";
  440.         // line 201
  441.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("request_materials");
  442.         echo "\" class=\"floating-button\" id=\"global-floating-button\">資料<br>請求</a>
  443. </body>
  444. </html>
  445. ";
  446.         
  447.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  448.         
  449.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  450.     }
  451.     // line 39
  452.     public function block_stylesheet($context, array $blocks = [])
  453.     {
  454.         $macros $this->macros;
  455.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  456.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  457.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  458.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  459.         
  460.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  461.         
  462.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  463.     }
  464.     // line 146
  465.     public function block_main($context, array $blocks = [])
  466.     {
  467.         $macros $this->macros;
  468.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  469.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  470.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  471.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  472.         
  473.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  474.         
  475.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  476.     }
  477.     // line 191
  478.     public function block_javascript($context, array $blocks = [])
  479.     {
  480.         $macros $this->macros;
  481.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  482.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  483.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  484.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  485.         
  486.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  487.         
  488.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  489.     }
  490.     public function getTemplateName()
  491.     {
  492.         return "default_frame.twig";
  493.     }
  494.     public function isTraitable()
  495.     {
  496.         return false;
  497.     }
  498.     public function getDebugInfo()
  499.     {
  500.         return array (  504 => 191,  486 => 146,  468 => 39,  454 => 201,  449 => 200,  443 => 198,  441 => 197,  435 => 194,  433 => 193,  431 => 191,  427 => 190,  422 => 189,  420 => 188,  416 => 187,  413 => 186,  407 => 184,  404 => 183,  397 => 177,  391 => 174,  388 => 173,  385 => 172,  382 => 170,  376 => 167,  373 => 166,  370 => 165,  366 => 162,  360 => 159,  357 => 158,  354 => 157,  350 => 154,  344 => 151,  341 => 150,  338 => 149,  335 => 147,  332 => 146,  329 => 144,  323 => 141,  320 => 140,  317 => 139,  313 => 137,  310 => 136,  307 => 135,  304 => 134,  301 => 133,  298 => 132,  295 => 131,  293 => 130,  290 => 129,  284 => 126,  281 => 125,  278 => 124,  274 => 121,  268 => 118,  265 => 117,  262 => 116,  259 => 114,  253 => 111,  250 => 110,  247 => 109,  243 => 106,  236 => 102,  232 => 101,  228 => 99,  226 => 98,  223 => 97,  217 => 95,  215 => 94,  209 => 92,  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,);
  501.     }
  502.     public function getSourceContext()
  503.     {
  504.         return new Source("<!doctype html>
  505. {#
  506. This file is part of EC-CUBE
  507. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  508. http://www.ec-cube.co.jp/
  509. For the full copyright and license information, please view the LICENSE
  510. file that was distributed with this source code.
  511. #}
  512. <html lang=\"{{ eccube_config.locale }}\">
  513. <head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
  514.     <meta charset=\"utf-8\">
  515.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  516.     <meta name=\"eccube-csrf-token\" content=\"{{ csrf_token(constant('Eccube\\\\Common\\\\Constant::TOKEN_NAME')) }}\">
  517.     <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>
  518.     {% if Page.meta_tags is not empty %}
  519.         {{ include(template_from_string(Page.meta_tags), sandboxed = true) }}
  520.         {% if Page.description is not empty %}
  521.             <meta name=\"description\" content=\"{{ Page.description }}\">
  522.         {% endif %}
  523.     {% else %}
  524.         {{ include('meta.twig') }}
  525.     {% endif %}
  526.     {% if Page.author is not empty %}
  527.         <meta name=\"author\" content=\"{{ Page.author }}\">
  528.     {% endif %}
  529.     {% if Page.keyword is not empty %}
  530.         <meta name=\"keywords\" content=\"{{ Page.keyword }}\">
  531.     {% endif %}
  532.     {% if Page.meta_robots is not empty %}
  533.         <meta name=\"robots\" content=\"{{ Page.meta_robots }}\">
  534.     {% endif %}
  535.     <link rel=\"icon\" href=\"{{ asset('assets/img/common/favicon.ico', 'user_data') }}\">
  536.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  537.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/style.css') }}\">
  538.     <script src=\"{{ asset('front.bundle.js', 'bundle') }}\"></script>
  539.     {% block stylesheet %}{% endblock %}
  540.     <script>
  541.         \$(function() {
  542.             \$.ajaxSetup({
  543.                 'headers': {
  544.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  545.                 }
  546.             });
  547.         });
  548.     </script>
  549.     {# Layout: HEAD #}
  550.     {% if Layout.Head %}
  551.         {{ include('block.twig', {'Blocks': Layout.Head}) }}
  552.     {% endif %}
  553.     {# プラグイン用styleseetやmetatagなど #}
  554.     {% if plugin_assets is defined %}{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}{% endif %}
  555.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/customize.css', 'user_data') }}\">
  556.     <style>
  557.         #global-floating-button {
  558.             position: fixed;
  559.             bottom: 60px;
  560.             right: 20px;
  561.             z-index: 1000;
  562.             background-color: #C1E706;
  563.             color: #374700;
  564.             border: 3px solid #374700;
  565.             border-radius: 50%;
  566.             width: 80px;
  567.             height: 80px;
  568.             box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  569.             cursor: pointer;
  570.             font-size: 20px;
  571.             font-weight: bold;
  572.             display: flex;
  573.             align-items: center;
  574.             justify-content: center;
  575.             text-decoration: none;
  576.             padding: 0;
  577.             margin: 0;
  578.             line-height: 1.2;
  579.         }
  580.         @media only screen and (min-width: 768px) {
  581.             #global-floating-button {
  582.                 bottom: 110px;
  583.             }
  584.         }
  585.         #global-floating-button:hover {
  586.             color: #C1E706;
  587.             background-color: #374700;
  588.         }
  589.     </style>
  590. </head>
  591. <body id=\"page_{{ app.request.get('_route') }}\" class=\"{{ body_class|default('other_page') }}\">
  592. {# Layout: BODY_AFTER #}
  593. {% if Layout.BodyAfter %}
  594.     {{ include('block.twig', {'Blocks': Layout.BodyAfter}) }}
  595. {% endif %}
  596. {% if isMaintenance %}
  597.     <div class=\"ec-maintenanceAlert\">
  598.         <div>
  599.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"/></div>
  600.             {{ 'front.under_maintenance'|trans }}
  601.         </div>
  602.     </div>
  603. {% endif %}
  604. <div class=\"ec-layoutRole\">
  605.     {# Layout: HEADER #}
  606.     {% if Layout.Header %}
  607.         <header class=\"ec-layoutRole__header\">
  608.             {{ include('block.twig', {'Blocks': Layout.Header}) }}
  609.         </header>
  610.     {% endif %}
  611.     {# Layout: CONTENTS_TOP #}
  612.     {% if Layout.ContentsTop %}
  613.         <div class=\"ec-layoutRole__contentTop\">
  614.             {{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
  615.         </div>
  616.     {% endif %}
  617.     <div class=\"ec-layoutRole__contents\">
  618.         {# Layout: SIDE_LEFT #}
  619.         {% if Layout.SideLeft %}
  620.             <aside class=\"ec-layoutRole__left\">
  621.                 {{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
  622.             </aside>
  623.         {% endif %}
  624.         {% set layoutRoleMain = 'ec-layoutRole__main' %}
  625.         {% if Layout.ColumnNum == 2 %}
  626.             {% set layoutRoleMain = 'ec-layoutRole__mainWithColumn' %}
  627.         {% elseif Layout.ColumnNum == 3 %}
  628.             {% set layoutRoleMain = 'ec-layoutRole__mainBetweenColumn' %}
  629.         {% endif %}
  630.         <main class=\"{{ layoutRoleMain }}\">
  631.             {# Layout: MAIN_TOP #}
  632.             {% if Layout.MainTop %}
  633.                 <div class=\"ec-layoutRole__mainTop\">
  634.                     {{ include('block.twig', {'Blocks': Layout.MainTop}) }}
  635.                 </div>
  636.             {% endif %}
  637.             {# MAIN AREA #}
  638.             {% block main %}{% endblock %}
  639.             {# Layout: MAIN_Bottom #}
  640.             {% if Layout.MainBottom %}
  641.                 <div class=\"ec-layoutRole__mainBottom\">
  642.                     {{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
  643.                 </div>
  644.             {% endif %}
  645.         </main>
  646.         {# Layout: SIDE_RIGHT #}
  647.         {% if Layout.SideRight %}
  648.             <aside class=\"ec-layoutRole__right\">
  649.                 {{ include('block.twig', {'Blocks': Layout.SideRight}) }}
  650.             </aside>
  651.         {% endif %}
  652.     </div>
  653.     {# Layout: CONTENTS_BOTTOM #}
  654.     {% if Layout.ContentsBottom %}
  655.         <div class=\"ec-layoutRole__contentBottom\">
  656.             {{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
  657.         </div>
  658.     {% endif %}
  659.     {# Layout: CONTENTS_FOOTER #}
  660.     {% if Layout.Footer %}
  661.         <footer class=\"ec-layoutRole__footer\">
  662.             {{ include('block.twig', {'Blocks': Layout.Footer}) }}
  663.         </footer>
  664.     {% endif %}
  665. </div><!-- ec-layoutRole -->
  666. <div class=\"ec-overlayRole\"></div>
  667. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  668. <div class=\"ec-drawerRole\">
  669.     {# Layout: DRAWER #}
  670.     {% if Layout.Drawer %}
  671.         {{ include('block.twig', {'Blocks': Layout.Drawer}) }}
  672.     {% endif %}
  673. </div>
  674. <div class=\"ec-blockTopBtn pagetop\">{{'common.pagetop'|trans}}</div>
  675. {% include('@common/lang.twig') %}
  676. <script src=\"{{ asset('assets/js/function.js') }}\"></script>
  677. <script src=\"{{ asset('assets/js/eccube.js') }}\"></script>
  678. {% block javascript %}{% endblock %}
  679. {# Layout: CLOSE_BODY_BEFORE #}
  680. {% if Layout.CloseBodyBefore %}
  681.     {{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
  682. {% endif %}
  683. {# プラグイン用Snippet #}
  684. {% if plugin_snippets is defined %}
  685.     {{ include('snippet.twig', { snippets: plugin_snippets }) }}
  686. {% endif %}
  687.     <script src=\"{{ asset('assets/js/customize.js', 'user_data') }}\"></script>
  688.     <a href=\"{{ url('request_materials') }}\" class=\"floating-button\" id=\"global-floating-button\">資料<br>請求</a>
  689. </body>
  690. </html>
  691. ""default_frame.twig""/var/www/html/app/template/default/default_frame.twig");
  692.     }
  693.     
  694.     public function checkSecurity()
  695.     {
  696.         static $tags = array("if" => 17"block" => 39"set" => 130"include" => 188);
  697.         static $filters = array("escape" => 12"default" => 92"trans" => 102);
  698.         static $functions = array("csrf_token" => 16"constant" => 16"include" => 19"template_from_string" => 19"asset" => 35"url" => 201);
  699.         try {
  700.             $this->sandbox->checkSecurity(
  701.                 ['if''block''set''include'],
  702.                 ['escape''default''trans'],
  703.                 ['csrf_token''constant''include''template_from_string''asset''url'],
  704.                 $this->source
  705.             );
  706.         } catch (SecurityError $e) {
  707.             $e->setSourceContext($this->source);
  708.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  709.                 $e->setTemplateLine($tags[$e->getTagName()]);
  710.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  711.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  712.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  713.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  714.             }
  715.             throw $e;
  716.         }
  717.     }
  718. }