<?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;
/* Block/header.twig */
class __TwigTemplate_3f80e44c6d3916278af1c3e2fd02eaf3 extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
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", "Block/header.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Block/header.twig"));
// line 11
echo "<div class=\"header_inner\">
<h1 class=\"sr-only\">Pit Crew</h1>
<div class=\"header_top\">
<div class=\"header_top_inner\">
<ul class=\"header_top_list\">
<li class=\"header_top_item\">
<a href=\"";
// line 17
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("contact");
echo "\" class=\"header_top_link\">
<img src=\"";
// line 18
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/icons/contact-white.svg", "user_data"), "html", null, true);
echo "\" alt=\"\">
お問い合わせ
</a>
</li>
<li class=\"header_top_item\">
<a href=\"";
// line 23
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("help_guide");
echo "\" class=\"header_top_link\">
<img src=\"";
// line 24
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/icons/guide-white.svg", "user_data"), "html", null, true);
echo "\" alt=\"\">
ご利用ガイド
</a>
</li>
</ul>
</div>
</div>
<div class=\"header_main\">
<div class=\"header_main_inner\">
<div class=\"header_logo\">
<a href=\"";
// line 34
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\" class=\"header_logo_link\">
<img src=\"";
// line 35
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/logo-sample.svg", "user_data"), "html", null, true);
echo "\" alt=\"\">
</a>
</div>
<div class=\"header_search\">
";
// line 39
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("block_search_product"));
echo "
</div>
<div class=\"header_menu\">
<ul class=\"header_menu_list\">
<li class=\"header_menu_item\">
";
// line 44
echo twig_include($this->env, $context, "Block/login.twig");
echo "
</li>
<li class=\"header_menu_item ec-headerRole__cart\">
";
// line 47
echo twig_include($this->env, $context, "Block/cart.twig");
echo "
</li>
</ul>
</div>
</div>
</div>
</div>";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
public function getTemplateName()
{
return "Block/header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 105 => 47, 99 => 44, 91 => 39, 84 => 35, 80 => 34, 67 => 24, 63 => 23, 55 => 18, 51 => 17, 43 => 11,);
}
public function getSourceContext()
{
return new Source("{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
<div class=\"header_inner\">
<h1 class=\"sr-only\">Pit Crew</h1>
<div class=\"header_top\">
<div class=\"header_top_inner\">
<ul class=\"header_top_list\">
<li class=\"header_top_item\">
<a href=\"{{ url('contact') }}\" class=\"header_top_link\">
<img src=\"{{ asset('assets/img/common/icons/contact-white.svg', 'user_data') }}\" alt=\"\">
お問い合わせ
</a>
</li>
<li class=\"header_top_item\">
<a href=\"{{ url('help_guide') }}\" class=\"header_top_link\">
<img src=\"{{ asset('assets/img/common/icons/guide-white.svg', 'user_data') }}\" alt=\"\">
ご利用ガイド
</a>
</li>
</ul>
</div>
</div>
<div class=\"header_main\">
<div class=\"header_main_inner\">
<div class=\"header_logo\">
<a href=\"{{ url('homepage') }}\" class=\"header_logo_link\">
<img src=\"{{ asset('assets/img/common/logo-sample.svg', 'user_data') }}\" alt=\"\">
</a>
</div>
<div class=\"header_search\">
{{ render(path('block_search_product')) }}
</div>
<div class=\"header_menu\">
<ul class=\"header_menu_list\">
<li class=\"header_menu_item\">
{{ include('Block/login.twig') }}
</li>
<li class=\"header_menu_item ec-headerRole__cart\">
{{ include('Block/cart.twig') }}
</li>
</ul>
</div>
</div>
</div>
</div>", "Block/header.twig", "/home/pitcrew/pit-crew.net/public_html/src/Eccube/Resource/template/default/Block/header.twig");
}
}