<?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/campaign.twig */
class __TwigTemplate_f721caf63c09a6d97e87b8a848a33ef3 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'],
];
}
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/campaign.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/campaign.twig"));
$this->parent = $this->loadTemplate("default_frame.twig", "@user_data/campaign.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-ContentsRole\">
<div class=\"breadcrumb\">
<ol itemscope itemtype=\"https://schema.org/BreadcrumbList\">
<li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
<a itemprop=\"item\" href=\"";
// line 8
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\">
<span itemprop=\"name\">ミリオンストア・トップページ</span></a>
<meta itemprop=\"position\" content=\"1\" />
</li>
<li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\" class=\"last\">
<a itemprop=\"item\" href=\"";
// line 13
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "campaign/\">
<span itemprop=\"name\">キャンペーン</span></a>
<meta itemprop=\"position\" content=\"2\" />
</li>
</ol>
</div>
<h2 class=\"ttl-cmn-02\">キャンペーン</h2>
<p class=\"mb50\">現在実施中のお得なキャンペーン情報をご紹介します。</p>
<ul class=\"now\">
<li>
<dl>
<dt><img src=\"../";
// line 24
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/campaign/bnr_introduce_750x390.png"), "html", null, true);
echo "\" alt=\"お友達紹介キャンペーン\"></dt>
<dd class=\"campaign_ttl\"><a href=\"";
// line 25
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "campaign/introduce\">お友達のご紹介で1000ポイントプレゼント</a></dd>
<dd class=\"campaign_txt\">お友達が3000円以上のお買い物で、お友達にも1000円割引、ご紹介者様にも1000ポイントプレゼント!</dd>
</dl>
</li>
<li>
<dl>
<dt><img src=\"../";
// line 31
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/media/mv.png"), "html", null, true);
echo "\" alt=\"メディア掲載&商品コラボ企画情報\"></dt>
<dd class=\"campaign_ttl\"><a href=\"";
// line 32
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "media\">メディア掲載&商品コラボ企画情報</a></dd>
<dd class=\"campaign_txt\">ミリオンの商品は各メディアで広く取り上げられ、注目されています。</dd>
</dl>
</li>
</ul>
</div>
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 38
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/campaign.css"), "html", null, true);
echo "\" media=\"all\">
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "@user_data/campaign.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 122 => 38, 113 => 32, 109 => 31, 100 => 25, 96 => 24, 82 => 13, 74 => 8, 68 => 4, 58 => 3, 35 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'default_frame.twig' %}
{% block main %}
<div class=\"ec-ContentsRole\">
<div class=\"breadcrumb\">
<ol itemscope itemtype=\"https://schema.org/BreadcrumbList\">
<li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
<a itemprop=\"item\" href=\"{{ url('homepage') }}\">
<span itemprop=\"name\">ミリオンストア・トップページ</span></a>
<meta itemprop=\"position\" content=\"1\" />
</li>
<li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\" class=\"last\">
<a itemprop=\"item\" href=\"{{ url('homepage') }}campaign/\">
<span itemprop=\"name\">キャンペーン</span></a>
<meta itemprop=\"position\" content=\"2\" />
</li>
</ol>
</div>
<h2 class=\"ttl-cmn-02\">キャンペーン</h2>
<p class=\"mb50\">現在実施中のお得なキャンペーン情報をご紹介します。</p>
<ul class=\"now\">
<li>
<dl>
<dt><img src=\"../{{ asset('assets/img/campaign/bnr_introduce_750x390.png') }}\" alt=\"お友達紹介キャンペーン\"></dt>
<dd class=\"campaign_ttl\"><a href=\"{{ url('homepage') }}campaign/introduce\">お友達のご紹介で1000ポイントプレゼント</a></dd>
<dd class=\"campaign_txt\">お友達が3000円以上のお買い物で、お友達にも1000円割引、ご紹介者様にも1000ポイントプレゼント!</dd>
</dl>
</li>
<li>
<dl>
<dt><img src=\"../{{ asset('assets/img/media/mv.png') }}\" alt=\"メディア掲載&商品コラボ企画情報\"></dt>
<dd class=\"campaign_ttl\"><a href=\"{{ url('homepage') }}media\">メディア掲載&商品コラボ企画情報</a></dd>
<dd class=\"campaign_txt\">ミリオンの商品は各メディアで広く取り上げられ、注目されています。</dd>
</dl>
</li>
</ul>
</div>
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/css/campaign.css') }}\" media=\"all\">
{% endblock %}
", "@user_data/campaign.twig", "/home/xs080051/million-store.com/public_html/st.million-store.com/ec/app/template/user_data/campaign.twig");
}
}