<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* index.twig */
class __TwigTemplate_c616f0095db291a6000b0dd1dbf6b8272339bc01ad052589bb3548ac6d83d9b2 extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'javascript' => [$this, 'block_javascript'],
'main' => [$this, 'block_main'],
'CALENDER' => [$this, 'block_CALENDER'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 22
return "default_frame.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "index.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "index.twig"));
// line 24
$context["body_class"] = "front_page";
// line 22
$this->parent = $this->loadTemplate("default_frame.twig", "index.twig", 22);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 26
public function block_javascript($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
// line 27
echo "<script>
\$(function(){
\$('.main_visual').slick({
centerMode: true,
centerPadding: '20px',
dots:false,
arrows:true,
autoplay: true,
speed: 500,
prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"";
// line 36
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/slick/w_prev.gif\"></div>',
nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"";
// line 37
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/slick/w_next.gif\"></div>',
responsive: [{
breakpoint: 768,
settings: {
centerPadding: '0px',
prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"";
// line 42
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/unishop/slick/w_prev.png\"></div>',
nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"";
// line 43
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/unishop/slick/w_next.png\"></div>'
}
},{
breakpoint: 480,
settings: {
centerPadding: '0px',
prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"";
// line 49
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/unishop/slick/w_prev.png\"></div>',
nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"";
// line 50
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/unishop/slick/w_next.png\"></div>'
}
}
]
});
});
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 59
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 60
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
// line 61
echo " <div class=\"row\">
<div class=\"col-sm-12\">
<div class=\"main_visual pcspslide\">
<a class=\"box1\" href=\"";
// line 64
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "\" style=\"background-image:url(";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "/html/user_data/main_image_hata04.jpg);\">
<p>";
// line 65
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_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.', 65, $this->source); })()), "user", [], "any", false, false, true, 65), "school", [], "any", false, false, true, 65), "school_name", [], "any", false, false, true, 65), 65, $this->source), "html", null, true);
echo "<br><br>【 アイテム一覧はコチラ 】</p></a>
</div>
</div>
</div>
<div id=\"contents\"><div id=\"main\">
";
} else {
// line 71
echo " <div id=\"contents\" class=\"logout\">
<div class=\"logouttop pcspslide\">
<div class=\"box1\" style=\"background-position:left center;background-image:url(";
// line 73
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "/html/user_data/main_image_hata07.jpg);\">
<img src=\"";
// line 74
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "/html/user_data/logo_header_hata9c.png\" style=\"display:block; width:80%; max-width:400px; height:auto; margin:auto 10% 70px auto; filter:drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px #fff);\"></div>
</div>
<div class=\"flex_list_link indexbtn\" style=\"margin:10px 0;\">
<div class=\"w32 check_pop\" style=\"margin:5px 0;\">
<label class=\"popup\" for=\"pop-up\"><img src=\"";
// line 78
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/unishop/icon_category01.png\" style=\"display:block; width:20px; height:auto; margin:0 20px 0 0;\"><span>神戸モデル標準服</span></label>
<input type=\"checkbox\" id=\"pop-up\">
<div class=\"popup_over\">
\t<div class=\"popup_window\">
\t\t<label class=\"popup_close\" for=\"pop-up\">×</label>
\t\t<p><span>当社が、推奨販売店として</span><span>ご指定をいただいている学校</span><span>に通われる方におかれましては、</span><br><span>別途、学校から配付されますご案内</span><span>または申込用紙をご覧ください。</span></p>
<a style=\"color:#333e58; background-color:#fff; background-image:url(";
// line 84
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "/html/user_data/icon_paperw.png);\" target=\"_blank\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/user_data/pdf_kobe_model.pdf\"><span>内容を了解して</span><span>「神戸モデル標準服」</span><span>のご案内を表示する</span></a>
\t</div>
</div><label class=\"popup_shadow\" for=\"pop-up\">×</label>
</div>
<a class=\"w32\" href=\"";
// line 88
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("user_data", ["route" => "school_list2"]);
echo "\">
<img src=\"";
// line 89
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "/html/user_data/icon_school.png\" style=\"display:block; width:40px; height:auto; margin:0 20px 0 0;\">
<span>お取扱い校</span></a>
<a class=\"w32\" href=\"";
// line 92
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("user_data", ["route" => "store_info"]);
echo "\">
<img src=\"";
// line 93
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "/html/user_data/icon_store.png.png\" style=\"display:block; width:40px; height:auto; margin:0 20px 0 0;\">
<span>店舗情報</span></a>
<a class=\"w32\" style=\"margin:5px 0;\" href=\"";
// line 96
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("user_data", ["route" => "maker_list"]);
echo "\">
<img src=\"";
// line 97
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/unishop/icon_category01_set.png\" style=\"display:block; width:40px; height:auto; margin:0 20px 0 0;\">
<span><span>主な取扱い</span><span>メーカー・仕入先</span></span></a>
</div>
<div class=\"container-fluid inner\"><div id=\"main\">
";
}
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 104
public function block_CALENDER($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "CALENDER"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "CALENDER"));
// line 105
echo "<iframe src=\"https://calendar.google.com/calendar/embed?height=600&wkst=1&ctz=Asia%2FTokyo&bgcolor=%23ffffff&src=NmNkMTdlMjliN2M1M2ZmYWJmMjc0OTkzNzM3OTI3NWViYmE0YTUzZDJiNWNmZjM0NzU1YzQ3MzA3OGVlNzJlOEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&src=Y2FjNTUxMGE3MTYyOGRmZTQxMmNlYmNlYjU4Mzk5OTdhYTY3OTIzYjAzZjU2ODA3MThlYjhiMzI4MDJkYTBjN0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t&src=amEuamFwYW5lc2UjaG9saWRheUBncm91cC52LmNhbGVuZGFyLmdvb2dsZS5jb20&color=%23D50000&color=%234285F4&color=%23D50000\" style=\"border:solid 1px #777\" width=\"800\" height=\"600\" frameborder=\"0\" scrolling=\"no\"></iframe>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "index.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 248 => 105, 238 => 104, 222 => 97, 218 => 96, 212 => 93, 208 => 92, 202 => 89, 198 => 88, 189 => 84, 180 => 78, 173 => 74, 169 => 73, 165 => 71, 156 => 65, 150 => 64, 145 => 61, 143 => 60, 133 => 59, 115 => 50, 111 => 49, 102 => 43, 98 => 42, 90 => 37, 86 => 36, 75 => 27, 65 => 26, 54 => 22, 52 => 24, 39 => 22,);
}
public function getSourceContext()
{
return new Source("{#
This file is part of EC-CUBE
Copyright(c) 2000-2015 LOCKON CO.,LTD. All Rights Reserved.
http://www.lockon.co.jp/
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#}
{% extends 'default_frame.twig' %}
{% set body_class = 'front_page' %}
{% block javascript %}
<script>
\$(function(){
\$('.main_visual').slick({
centerMode: true,
centerPadding: '20px',
dots:false,
arrows:true,
autoplay: true,
speed: 500,
prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"{{ asset('assets') }}/img/nikke/slick/w_prev.gif\"></div>',
nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"{{ asset('assets') }}/img/nikke/slick/w_next.gif\"></div>',
responsive: [{
breakpoint: 768,
settings: {
centerPadding: '0px',
prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"{{ asset('assets') }}/img/unishop/slick/w_prev.png\"></div>',
nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"{{ asset('assets') }}/img/unishop/slick/w_next.png\"></div>'
}
},{
breakpoint: 480,
settings: {
centerPadding: '0px',
prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"{{ asset('assets') }}/img/unishop/slick/w_prev.png\"></div>',
nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"{{ asset('assets') }}/img/unishop/slick/w_next.png\"></div>'
}
}
]
});
});
</script>
{% endblock %}
{% block main %}
{% if is_granted('ROLE_USER') %}
<div class=\"row\">
<div class=\"col-sm-12\">
<div class=\"main_visual pcspslide\">
<a class=\"box1\" href=\"{{ url('product_list') }}\" style=\"background-image:url({{ url('homepage') }}/html/user_data/main_image_hata04.jpg);\">
<p>{{ app.user.school.school_name }}<br><br>【 アイテム一覧はコチラ 】</p></a>
</div>
</div>
</div>
<div id=\"contents\"><div id=\"main\">
{% else %}
<div id=\"contents\" class=\"logout\">
<div class=\"logouttop pcspslide\">
<div class=\"box1\" style=\"background-position:left center;background-image:url({{ url('homepage') }}/html/user_data/main_image_hata07.jpg);\">
<img src=\"{{ url('homepage') }}/html/user_data/logo_header_hata9c.png\" style=\"display:block; width:80%; max-width:400px; height:auto; margin:auto 10% 70px auto; filter:drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px #fff);\"></div>
</div>
<div class=\"flex_list_link indexbtn\" style=\"margin:10px 0;\">
<div class=\"w32 check_pop\" style=\"margin:5px 0;\">
<label class=\"popup\" for=\"pop-up\"><img src=\"{{ asset('assets') }}/img/unishop/icon_category01.png\" style=\"display:block; width:20px; height:auto; margin:0 20px 0 0;\"><span>神戸モデル標準服</span></label>
<input type=\"checkbox\" id=\"pop-up\">
<div class=\"popup_over\">
\t<div class=\"popup_window\">
\t\t<label class=\"popup_close\" for=\"pop-up\">×</label>
\t\t<p><span>当社が、推奨販売店として</span><span>ご指定をいただいている学校</span><span>に通われる方におかれましては、</span><br><span>別途、学校から配付されますご案内</span><span>または申込用紙をご覧ください。</span></p>
<a style=\"color:#333e58; background-color:#fff; background-image:url({{ url('homepage') }}/html/user_data/icon_paperw.png);\" target=\"_blank\" href=\"{{ url('homepage') }}html/user_data/pdf_kobe_model.pdf\"><span>内容を了解して</span><span>「神戸モデル標準服」</span><span>のご案内を表示する</span></a>
\t</div>
</div><label class=\"popup_shadow\" for=\"pop-up\">×</label>
</div>
<a class=\"w32\" href=\"{{ url('user_data', {'route': 'school_list2'}) }}\">
<img src=\"{{ url('homepage') }}/html/user_data/icon_school.png\" style=\"display:block; width:40px; height:auto; margin:0 20px 0 0;\">
<span>お取扱い校</span></a>
<a class=\"w32\" href=\"{{ url('user_data', {'route': 'store_info'}) }}\">
<img src=\"{{ url('homepage') }}/html/user_data/icon_store.png.png\" style=\"display:block; width:40px; height:auto; margin:0 20px 0 0;\">
<span>店舗情報</span></a>
<a class=\"w32\" style=\"margin:5px 0;\" href=\"{{ url('user_data', {'route': 'maker_list'}) }}\">
<img src=\"{{ asset('assets') }}/img/unishop/icon_category01_set.png\" style=\"display:block; width:40px; height:auto; margin:0 20px 0 0;\">
<span><span>主な取扱い</span><span>メーカー・仕入先</span></span></a>
</div>
<div class=\"container-fluid inner\"><div id=\"main\">
{% endif %}
{% endblock %}
{% block CALENDER %}
<iframe src=\"https://calendar.google.com/calendar/embed?height=600&wkst=1&ctz=Asia%2FTokyo&bgcolor=%23ffffff&src=NmNkMTdlMjliN2M1M2ZmYWJmMjc0OTkzNzM3OTI3NWViYmE0YTUzZDJiNWNmZjM0NzU1YzQ3MzA3OGVlNzJlOEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&src=Y2FjNTUxMGE3MTYyOGRmZTQxMmNlYmNlYjU4Mzk5OTdhYTY3OTIzYjAzZjU2ODA3MThlYjhiMzI4MDJkYTBjN0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t&src=amEuamFwYW5lc2UjaG9saWRheUBncm91cC52LmNhbGVuZGFyLmdvb2dsZS5jb20&color=%23D50000&color=%234285F4&color=%23D50000\" style=\"border:solid 1px #777\" width=\"800\" height=\"600\" frameborder=\"0\" scrolling=\"no\"></iframe>
{% endblock %}", "index.twig", "/home/nmhata01/nmhata01.xsrv.jp/public_html/app/template/unishop/index.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 24, "if" => 60);
static $filters = array("escape" => 36);
static $functions = array("asset" => 36, "is_granted" => 60, "url" => 64);
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['escape'],
['asset', 'is_granted', 'url']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}