<?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;
/* @user_data/site_map.twig */
class __TwigTemplate_9cf57845a06f50f5312bf722e4fd65b9 extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'main' => [$this, 'block_main'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 1
return "default_frame.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@user_data/site_map.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@user_data/site_map.twig"));
$this->parent = $this->loadTemplate("default_frame.twig", "@user_data/site_map.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 4
echo " <div class=\"ec-productRole\">
<ol class=\"breadcrumb\" itemscope itemtype=\"https://schema.org/BreadcrumbList\">
<li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
<a itemprop=\"item\" href=\"";
// line 7
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\">
<span itemprop=\"name\">TOP</span>
</a>
<meta itemprop=\"position\" content=\"1\" />
</li>
<li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
<a itemprop=\"item\" href=\"";
// line 13
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("user_data", ["route" => "site_map"]);
echo "\">
<span itemprop=\"name\">サイトマップ</span>
</a>
<meta itemprop=\"position\" content=\"2\" />
</li>
</ol>
</div>
<div class=\"ec-role\">
<div class=\"ec-pageHeader\">
<h1>";
// line 23
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("サイトマップ"), "html", null, true);
echo "<br><span>Sitemap</span></h1>
</div>
<div class=\"site-map-area\">
<ul class=\"site-map-left\">
<li class=\"sns-site-map\">
<a href=\"#\"><img src=\"";
// line 28
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/instagram.png"), "html", null, true);
echo "\"></a>
</li>
<li class=\"logo-site-map\">
<a href=\"";
// line 31
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\"><img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/logo.png"), "html", null, true);
echo "\" alt=\"ロゴ\"></a>
</li>
</ul>
<ul class=\"site-map-center\">
<li>
<a href=\"";
// line 36
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("-TOP"), "html", null, true);
echo "</a>
</li>
<li>
<a href=\"";
// line 39
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("user_data", ["route" => "news_index"]);
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("-お知らせ一覧"), "html", null, true);
echo "</a>
</li>
";
// line 42
echo " ";
// line 43
echo " ";
// line 44
echo " <li>
<a href=\"";
// line 45
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("-商品一覧"), "html", null, true);
echo "</a>
</li>
</ul>
<ul class=\"site-map-right\">
<li>
<a href=\"";
// line 50
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("help_guide");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("-ご利用ガイド"), "html", null, true);
echo "</a>
</li>
<li>
<a href=\"";
// line 53
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage_login");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("-ログイン"), "html", null, true);
echo "</a>
</li>
<li>
<a href=\"";
// line 56
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("help_tradelaw");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("-特定商取引法に基づく表記"), "html", null, true);
echo "</a>
</li>
<li>
<a href=\"";
// line 59
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("help_agreement");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("-利用規約"), "html", null, true);
echo "</a>
</li>
<li>
<a href=\"";
// line 62
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("help_privacy");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("-プライバシーポリシー"), "html", null, true);
echo "</a>
</li>
</ul>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "@user_data/site_map.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 185 => 62, 177 => 59, 169 => 56, 161 => 53, 153 => 50, 143 => 45, 140 => 44, 138 => 43, 136 => 42, 129 => 39, 121 => 36, 111 => 31, 105 => 28, 97 => 23, 84 => 13, 75 => 7, 70 => 4, 60 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'default_frame.twig' %}
{% block main %}
<div class=\"ec-productRole\">
<ol class=\"breadcrumb\" itemscope itemtype=\"https://schema.org/BreadcrumbList\">
<li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
<a itemprop=\"item\" href=\"{{ url('homepage') }}\">
<span itemprop=\"name\">TOP</span>
</a>
<meta itemprop=\"position\" content=\"1\" />
</li>
<li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
<a itemprop=\"item\" href=\"{{ url('user_data', {'route': 'site_map'}) }}\">
<span itemprop=\"name\">サイトマップ</span>
</a>
<meta itemprop=\"position\" content=\"2\" />
</li>
</ol>
</div>
<div class=\"ec-role\">
<div class=\"ec-pageHeader\">
<h1>{{ 'サイトマップ'|trans }}<br><span>Sitemap</span></h1>
</div>
<div class=\"site-map-area\">
<ul class=\"site-map-left\">
<li class=\"sns-site-map\">
<a href=\"#\"><img src=\"{{ asset('assets/img/instagram.png') }}\"></a>
</li>
<li class=\"logo-site-map\">
<a href=\"{{ url('homepage') }}\"><img src=\"{{ asset('assets/img/logo.png') }}\" alt=\"ロゴ\"></a>
</li>
</ul>
<ul class=\"site-map-center\">
<li>
<a href=\"{{ url('homepage') }}\">{{ '-TOP'|trans }}</a>
</li>
<li>
<a href=\"{{ url('user_data', {'route': 'news_index'}) }}\">{{ '-お知らせ一覧'|trans }}</a>
</li>
{#<li>#}
{# <a href=\"{{ url('user_data', {'route': 'topic_list'}) }}\">{{ '-特集'|trans }}</a>#}
{#</li>#}
<li>
<a href=\"{{ url('product_list') }}\">{{ '-商品一覧'|trans }}</a>
</li>
</ul>
<ul class=\"site-map-right\">
<li>
<a href=\"{{ url('help_guide') }}\">{{ '-ご利用ガイド'|trans }}</a>
</li>
<li>
<a href=\"{{ url('mypage_login') }}\">{{ '-ログイン'|trans }}</a>
</li>
<li>
<a href=\"{{ url('help_tradelaw') }}\">{{ '-特定商取引法に基づく表記'|trans }}</a>
</li>
<li>
<a href=\"{{ url('help_agreement') }}\">{{ '-利用規約'|trans }}</a>
</li>
<li>
<a href=\"{{ url('help_privacy') }}\">{{ '-プライバシーポリシー'|trans }}</a>
</li>
</ul>
</div>
{% endblock %}", "@user_data/site_map.twig", "/home/c9635817/public_html/attrait-shop.com/app/template/user_data/site_map.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 23, "trans" => 23);
static $functions = array("url" => 7, "asset" => 28);
try {
$this->sandbox->checkSecurity(
[],
['escape', 'trans'],
['url', 'asset'],
$this->source
);
} 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;
}
}
}