<?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_96a73281adb09c2e3c0ada2263083e27aa4ce440d816796ecff85fa1287d1c1e 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_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Block/header.twig"));
// line 11
echo "<div class=\"ec-headerRole__inner\">
\t<div class=\"ec-headerRole__logo\">
\t\t";
// line 13
echo twig_include($this->env, $context, "Block/logo.twig");
echo "
\t</div>
\t<div class=\"ec-headerRole__area\">
\t\t<div class=\"ec-headerRole__areaTop\">
\t\t\t<div class=\"ec-headerRole__areaTop--search\">
\t\t\t\t";
// line 18
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Eccube\Twig\Extension\IgnoreRoutingNotFoundExtension']->getPath("block_search_product"));
echo "
\t\t\t</div>
\t\t\t";
// line 20
echo twig_include($this->env, $context, "Block/login.twig");
echo "
\t\t\t";
// line 21
echo twig_include($this->env, $context, "Block/cart.twig");
echo "
\t\t\t<div class=\"ec-headerRole__navSP ec-headerNav__item\">
\t\t\t\t";
// line 23
echo twig_include($this->env, $context, "Block/nav_sp.twig");
echo "
\t\t\t</div>
\t\t</div>
\t\t<div class=\"ec-headerRole__areaBottom\">
\t\t\t";
// line 27
echo twig_include($this->env, $context, "Block/category_nav_pc.twig");
echo "
\t\t</div>
\t</div>
</div>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "Block/header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 73 => 27, 66 => 23, 61 => 21, 57 => 20, 52 => 18, 44 => 13, 40 => 11,);
}
public function getSourceContext()
{
return new Source("", "Block/header.twig", "/home/xs767078/koyoju.shop/public_html/business/app/template/default/Block/header.twig");
}
}