var/cache/dev/twig/f5/f5e94ff8c0a611c7915aea113952ce0e.php line 38

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* default_frame.twig */
  14. class __TwigTemplate_0b450c865427802ecab83b442a7e729f 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)));
  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.     <link rel=\"stylesheet\" href=\"";
  125.         // line 38
  126.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/customize.css""user_data"), "html"nulltrue);
  127.         echo "\">    
  128.     ";
  129.         // line 40
  130.         echo "    <link rel=\"stylesheet\" href=\"";
  131.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/tanzo.css"), "html"nulltrue);
  132.         echo "?202403\">
  133.     <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  134.     <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  135.     <!--<link href=\"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap\" rel=\"stylesheet\">-->
  136.     <link href=\"https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@500;700&display=swap\" rel=\"stylesheet\">
  137.     <!--<link href=\"https://fonts.googleapis.com/css2?family=BIZ+UDMincho:wght@400;700&display=swap\" rel=\"stylesheet\">-->
  138.     <script src=\"";
  139.         // line 46
  140.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("front.bundle.js""bundle"), "html"nulltrue);
  141.         echo "\"></script>
  142.     ";
  143.         // line 47
  144.         $this->displayBlock('stylesheet'$context$blocks);
  145.         // line 48
  146.         echo "    <script>
  147.         \$(function() {
  148.             \$.ajaxSetup({
  149.                 'headers': {
  150.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  151.                 }
  152.             });
  153.         });
  154.     </script>
  155.     ";
  156.         // line 58
  157.         echo "    ";
  158.         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.'58$this->source); })()), "Head", [], "any"falsefalsetrue58)) {
  159.             // line 59
  160.             echo "        ";
  161.             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.'59$this->source); })()), "Head", [], "any"falsefalsetrue59)]);
  162.             echo "
  163.     ";
  164.         }
  165.         // line 61
  166.         echo "    ";
  167.         // line 62
  168.         echo "    ";
  169.         if (array_key_exists("plugin_assets"$context)) {
  170.             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.'62$this->source); })())]);
  171.         }
  172.         // line 63
  173.         echo "</head>
  174. <body id=\"page_";
  175.         // line 64
  176.         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.'64$this->source); })()), "request", [], "any"falsefalsetrue64), "get", [=> "_route"], "method"falsefalsetrue64), 64$this->source), "html"nulltrue);
  177.         echo "\" class=\"";
  178.         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.'64$this->source); })()), 64$this->source), "other_page")) : ("other_page")), "html"nulltrue);
  179.         echo "\">
  180. ";
  181.         // line 66
  182.         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.'66$this->source); })()), "BodyAfter", [], "any"falsefalsetrue66)) {
  183.             // line 67
  184.             echo "    ";
  185.             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.'67$this->source); })()), "BodyAfter", [], "any"falsefalsetrue67)]);
  186.             echo "
  187. ";
  188.         }
  189.         // line 69
  190.         echo "
  191. ";
  192.         // line 70
  193.         if ((isset($context["isMaintenance"]) || array_key_exists("isMaintenance"$context) ? $context["isMaintenance"] : (function () { throw new RuntimeError('Variable "isMaintenance" does not exist.'70$this->source); })())) {
  194.             // line 71
  195.             echo "    <div class=\"ec-maintenanceAlert\">
  196.         <div>
  197.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"";
  198.             // line 73
  199.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  200.             echo "\"/></div>
  201.             ";
  202.             // line 74
  203.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("メンテナンスモードが有効になっています。"), "html"nulltrue);
  204.             echo "
  205.         </div>
  206.     </div>
  207. ";
  208.         }
  209.         // line 78
  210.         echo "
  211. <div class=\"ec-layoutRole\">
  212.     ";
  213.         // line 81
  214.         echo "    ";
  215.         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.'81$this->source); })()), "Header", [], "any"falsefalsetrue81)) {
  216.             // line 82
  217.             echo "        <header class=\"ec-layoutRole__header\">
  218.             ";
  219.             // line 83
  220.             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.'83$this->source); })()), "Header", [], "any"falsefalsetrue83)]);
  221.             echo "
  222.         </header>
  223.     ";
  224.         }
  225.         // line 86
  226.         echo "
  227.     ";
  228.         // line 88
  229.         echo "    ";
  230.         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.'88$this->source); })()), "ContentsTop", [], "any"falsefalsetrue88)) {
  231.             // line 89
  232.             echo "        <div class=\"ec-layoutRole__contentTop\">
  233.             ";
  234.             // line 90
  235.             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.'90$this->source); })()), "ContentsTop", [], "any"falsefalsetrue90)]);
  236.             echo "
  237.         </div>
  238.     ";
  239.         }
  240.         // line 93
  241.         echo "
  242.     <div class=\"ec-layoutRole__contents\">
  243.         ";
  244.         // line 96
  245.         echo "        ";
  246.         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.'96$this->source); })()), "SideLeft", [], "any"falsefalsetrue96)) {
  247.             // line 97
  248.             echo "            <aside class=\"ec-layoutRole__left\">
  249.                 ";
  250.             // line 98
  251.             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.'98$this->source); })()), "SideLeft", [], "any"falsefalsetrue98)]);
  252.             echo "
  253.             </aside>
  254.         ";
  255.         }
  256.         // line 101
  257.         echo "
  258.         ";
  259.         // line 102
  260.         $context["layoutRoleMain"] = "ec-layoutRole__main";
  261.         // line 103
  262.         echo "        ";
  263.         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.'103$this->source); })()), "ColumnNum", [], "any"falsefalsetrue103) == 2)) {
  264.             // line 104
  265.             echo "            ";
  266.             $context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
  267.             // line 105
  268.             echo "        ";
  269.         } 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.'105$this->source); })()), "ColumnNum", [], "any"falsefalsetrue105) == 3)) {
  270.             // line 106
  271.             echo "            ";
  272.             $context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
  273.             // line 107
  274.             echo "        ";
  275.         }
  276.         // line 108
  277.         echo "
  278.         <main class=\"";
  279.         // line 109
  280.         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.'109$this->source); })()), 109$this->source), "html"nulltrue);
  281.         echo "\">
  282.             ";
  283.         // line 111
  284.         echo "            ";
  285.         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.'111$this->source); })()), "MainTop", [], "any"falsefalsetrue111)) {
  286.             // line 112
  287.             echo "                <div class=\"ec-layoutRole__mainTop\">
  288.                     ";
  289.             // line 113
  290.             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.'113$this->source); })()), "MainTop", [], "any"falsefalsetrue113)]);
  291.             echo "
  292.                 </div>
  293.             ";
  294.         }
  295.         // line 116
  296.         echo "
  297.             ";
  298.         // line 118
  299.         echo "            ";
  300.         $this->displayBlock('main'$context$blocks);
  301.         // line 119
  302.         echo "
  303.             ";
  304.         // line 121
  305.         echo "            ";
  306.         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.'121$this->source); })()), "MainBottom", [], "any"falsefalsetrue121)) {
  307.             // line 122
  308.             echo "                <div class=\"ec-layoutRole__mainBottom\">
  309.                     ";
  310.             // line 123
  311.             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.'123$this->source); })()), "MainBottom", [], "any"falsefalsetrue123)]);
  312.             echo "
  313.                 </div>
  314.             ";
  315.         }
  316.         // line 126
  317.         echo "        </main>
  318.         ";
  319.         // line 129
  320.         echo "        ";
  321.         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.'129$this->source); })()), "SideRight", [], "any"falsefalsetrue129)) {
  322.             // line 130
  323.             echo "            <aside class=\"ec-layoutRole__right\">
  324.                 ";
  325.             // line 131
  326.             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.'131$this->source); })()), "SideRight", [], "any"falsefalsetrue131)]);
  327.             echo "
  328.             </aside>
  329.         ";
  330.         }
  331.         // line 134
  332.         echo "    </div>
  333.     ";
  334.         // line 137
  335.         echo "    ";
  336.         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.'137$this->source); })()), "ContentsBottom", [], "any"falsefalsetrue137)) {
  337.             // line 138
  338.             echo "        <div class=\"ec-layoutRole__contentBottom\">
  339.             ";
  340.             // line 139
  341.             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.'139$this->source); })()), "ContentsBottom", [], "any"falsefalsetrue139)]);
  342.             echo "
  343.         </div>
  344.     ";
  345.         }
  346.         // line 142
  347.         echo "
  348.     ";
  349.         // line 144
  350.         echo "    ";
  351.         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.'144$this->source); })()), "Footer", [], "any"falsefalsetrue144)) {
  352.             // line 145
  353.             echo "        <footer class=\"ec-layoutRole__footer\">
  354.             ";
  355.             // line 146
  356.             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.'146$this->source); })()), "Footer", [], "any"falsefalsetrue146)]);
  357.             echo "
  358.         </footer>
  359.     ";
  360.         }
  361.         // line 149
  362.         echo "</div><!-- ec-layoutRole -->
  363. <div class=\"ec-overlayRole\"></div>
  364. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  365. <div class=\"ec-drawerRole\">
  366.     ";
  367.         // line 155
  368.         echo "    ";
  369.         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.'155$this->source); })()), "Drawer", [], "any"falsefalsetrue155)) {
  370.             // line 156
  371.             echo "        ";
  372.             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.'156$this->source); })()), "Drawer", [], "any"falsefalsetrue156)]);
  373.             echo "
  374.     ";
  375.         }
  376.         // line 158
  377.         echo "</div>
  378. <div class=\"ec-blockTopBtn pagetop text-white rounded-circle font-bold\"><i class=\"bi bi-chevron-up\"></i></div>
  379. ";
  380.         // line 160
  381.         $this->loadTemplate("@common/lang.twig""default_frame.twig"160)->display($context);
  382.         // line 161
  383.         echo "<script src=\"";
  384.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js"), "html"nulltrue);
  385.         echo "\"></script>
  386. <script src=\"";
  387.         // line 162
  388.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html"nulltrue);
  389.         echo "\"></script>
  390. ";
  391.         // line 164
  392.         echo "<script src=\"";
  393.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/tanzo.js"), "html"nulltrue);
  394.         echo "\"></script>
  395. <script src=\"";
  396.         // line 165
  397.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/localstorage.js"), "html"nulltrue);
  398.         echo "\"></script>
  399. ";
  400.         // line 166
  401.         $this->displayBlock('javascript'$context$blocks);
  402.         // line 168
  403.         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.'168$this->source); })()), "CloseBodyBefore", [], "any"falsefalsetrue168)) {
  404.             // line 169
  405.             echo "    ";
  406.             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.'169$this->source); })()), "CloseBodyBefore", [], "any"falsefalsetrue169)]);
  407.             echo "
  408. ";
  409.         }
  410.         // line 172
  411.         if (array_key_exists("plugin_snippets"$context)) {
  412.             // line 173
  413.             echo "    ";
  414.             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.'173$this->source); })())]);
  415.             echo "
  416. ";
  417.         }
  418.         // line 175
  419.         echo "    <script src=\"";
  420.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/customize.js""user_data"), "html"nulltrue);
  421.         echo "\"></script>
  422. </body>
  423. </html>
  424. ";
  425.         
  426.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  427.         
  428.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  429.     }
  430.     // line 47
  431.     public function block_stylesheet($context, array $blocks = [])
  432.     {
  433.         $macros $this->macros;
  434.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  435.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  436.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  437.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  438.         
  439.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  440.         
  441.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  442.     }
  443.     // line 118
  444.     public function block_main($context, array $blocks = [])
  445.     {
  446.         $macros $this->macros;
  447.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  448.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  449.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  450.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  451.         
  452.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  453.         
  454.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  455.     }
  456.     // line 166
  457.     public function block_javascript($context, array $blocks = [])
  458.     {
  459.         $macros $this->macros;
  460.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  461.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  462.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  463.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  464.         
  465.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  466.         
  467.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  468.     }
  469.     public function getTemplateName()
  470.     {
  471.         return "default_frame.twig";
  472.     }
  473.     public function isTraitable()
  474.     {
  475.         return false;
  476.     }
  477.     public function getDebugInfo()
  478.     {
  479.         return array (  482 => 166,  464 => 118,  446 => 47,  431 => 175,  425 => 173,  423 => 172,  417 => 169,  415 => 168,  413 => 166,  409 => 165,  404 => 164,  400 => 162,  395 => 161,  393 => 160,  389 => 158,  383 => 156,  380 => 155,  373 => 149,  367 => 146,  364 => 145,  361 => 144,  358 => 142,  352 => 139,  349 => 138,  346 => 137,  342 => 134,  336 => 131,  333 => 130,  330 => 129,  326 => 126,  320 => 123,  317 => 122,  314 => 121,  311 => 119,  308 => 118,  305 => 116,  299 => 113,  296 => 112,  293 => 111,  289 => 109,  286 => 108,  283 => 107,  280 => 106,  277 => 105,  274 => 104,  271 => 103,  269 => 102,  266 => 101,  260 => 98,  257 => 97,  254 => 96,  250 => 93,  244 => 90,  241 => 89,  238 => 88,  235 => 86,  229 => 83,  226 => 82,  223 => 81,  219 => 78,  212 => 74,  208 => 73,  204 => 71,  202 => 70,  199 => 69,  193 => 67,  191 => 66,  185 => 64,  182 => 63,  177 => 62,  175 => 61,  169 => 59,  166 => 58,  155 => 48,  153 => 47,  149 => 46,  139 => 40,  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,);
  480.     }
  481.     public function getSourceContext()
  482.     {
  483.         return new Source("<!doctype html>
  484. {#
  485. This file is part of EC-CUBE
  486. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  487. http://www.ec-cube.co.jp/
  488. For the full copyright and license information, please view the LICENSE
  489. file that was distributed with this source code.
  490. #}
  491. <html lang=\"{{ eccube_config.locale }}\">
  492. <head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
  493.     <meta charset=\"utf-8\">
  494.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  495.     <meta name=\"eccube-csrf-token\" content=\"{{ csrf_token(constant('Eccube\\\\Common\\\\Constant::TOKEN_NAME')) }}\">
  496.     <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>
  497.     {% if Page.meta_tags is not empty %}
  498.         {{ include(template_from_string(Page.meta_tags)) }}
  499.         {% if Page.description is not empty %}
  500.             <meta name=\"description\" content=\"{{ Page.description }}\">
  501.         {% endif %}
  502.     {% else %}
  503.         {{ include('meta.twig') }}
  504.     {% endif %}
  505.     {% if Page.author is not empty %}
  506.         <meta name=\"author\" content=\"{{ Page.author }}\">
  507.     {% endif %}
  508.     {% if Page.keyword is not empty %}
  509.         <meta name=\"keywords\" content=\"{{ Page.keyword }}\">
  510.     {% endif %}
  511.     {% if Page.meta_robots is not empty %}
  512.         <meta name=\"robots\" content=\"{{ Page.meta_robots }}\">
  513.     {% endif %}
  514.     <link rel=\"icon\" href=\"{{ asset('assets/img/common/favicon.ico', 'user_data') }}\">
  515.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  516.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/style.css') }}\">
  517.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/customize.css', 'user_data') }}\">    
  518.     {# tanzo #}
  519.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/tanzo.css') }}?202403\">
  520.     <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  521.     <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  522.     <!--<link href=\"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap\" rel=\"stylesheet\">-->
  523.     <link href=\"https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@500;700&display=swap\" rel=\"stylesheet\">
  524.     <!--<link href=\"https://fonts.googleapis.com/css2?family=BIZ+UDMincho:wght@400;700&display=swap\" rel=\"stylesheet\">-->
  525.     <script src=\"{{ asset('front.bundle.js', 'bundle') }}\"></script>
  526.     {% block stylesheet %}{% endblock %}
  527.     <script>
  528.         \$(function() {
  529.             \$.ajaxSetup({
  530.                 'headers': {
  531.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  532.                 }
  533.             });
  534.         });
  535.     </script>
  536.     {# Layout: HEAD #}
  537.     {% if Layout.Head %}
  538.         {{ include('block.twig', {'Blocks': Layout.Head}) }}
  539.     {% endif %}
  540.     {# プラグイン用styleseetやmetatagなど #}
  541.     {% if plugin_assets is defined %}{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}{% endif %}
  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 text-white rounded-circle font-bold\"><i class=\"bi bi-chevron-up\"></i></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. {# tanzo #}
  631. <script src=\"{{ asset('assets/js/tanzo.js') }}\"></script>
  632. <script src=\"{{ asset('assets/js/localstorage.js') }}\"></script>
  633. {% block javascript %}{% endblock %}
  634. {# Layout: CLOSE_BODY_BEFORE #}
  635. {% if Layout.CloseBodyBefore %}
  636.     {{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
  637. {% endif %}
  638. {# プラグイン用Snippet #}
  639. {% if plugin_snippets is defined %}
  640.     {{ include('snippet.twig', { snippets: plugin_snippets }) }}
  641. {% endif %}
  642.     <script src=\"{{ asset('assets/js/customize.js', 'user_data') }}\"></script>
  643. </body>
  644. </html>
  645. ""default_frame.twig""/home/apteq5/apteq5x.com/public_html/tanzoec/app/template/tanzo/default_frame.twig");
  646.     }
  647.     
  648.     public function checkSecurity()
  649.     {
  650.         static $tags = array("if" => 17"block" => 47"set" => 102"include" => 160);
  651.         static $filters = array("escape" => 12"default" => 64"trans" => 74);
  652.         static $functions = array("csrf_token" => 16"constant" => 16"include" => 19"template_from_string" => 19"asset" => 35);
  653.         try {
  654.             $this->sandbox->checkSecurity(
  655.                 ['if''block''set''include'],
  656.                 ['escape''default''trans'],
  657.                 ['csrf_token''constant''include''template_from_string''asset']
  658.             );
  659.         } catch (SecurityError $e) {
  660.             $e->setSourceContext($this->source);
  661.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  662.                 $e->setTemplateLine($tags[$e->getTagName()]);
  663.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  664.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  665.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  666.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  667.             }
  668.             throw $e;
  669.         }
  670.     }
  671. }