<?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_302efb64d34b2ddaa765328c7623875b 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 = [
'stylesheet' => [$this, 'block_stylesheet'],
];
}
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"));
// line 11
echo "
";
// line 13
$this->displayBlock('stylesheet', $context, $blocks);
// line 34
echo "
<!--div class=\"ec-headerNaviRole\">
<div class=\"ec-headerNaviRole__left\">
<div class=\"ec-headerNaviRole__search\">
";
// line 38
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Eccube\Twig\Extension\IgnoreRoutingNotFoundExtension']->getPath("block_search_product"));
echo "
</div>
<div class=\"ec-headerRole__navSP\">
";
// line 41
echo twig_include($this->env, $context, "Block/nav_sp.twig");
echo "
</div>
</div>
<div class=\"ec-headerNaviRole__right\">
<div class=\"ec-headerNaviRole__nav\">
";
// line 46
echo twig_include($this->env, $context, "Block/login.twig");
echo "
</div>
<div class=\"ec-headerRole__cart\">
";
// line 49
echo twig_include($this->env, $context, "Block/cart.twig");
echo "
</div>
</div>
</div-->
<div class=\"ec-headerNaviRole\">
<div class=\"ec-headerNaviRole__left\">
<div class=\"ec-headerNaviRole__logo\">
";
// line 58
echo twig_include($this->env, $context, "Block/logo.twig");
echo "
</div>
<div class=\"ec-headerRole__navSP\">
";
// line 61
echo twig_include($this->env, $context, "Block/nav_sp.twig");
echo "
</div>
</div>
<div class=\"ec-headerNaviRole__right\">
<div class=\"ec-headerNaviRole__nav\">
";
// line 66
echo twig_include($this->env, $context, "Block/login.twig");
echo "
</div>
<div class=\"ec-headerRole__cart\">
";
// line 69
echo twig_include($this->env, $context, "Block/cart.twig");
echo "
</div>
</div>
</div>";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 13
public function block_stylesheet($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", "stylesheet"));
// line 14
echo "<style>
.forH1Title{
text-align: center;
background-color: #000f2d;
margin: 0;
}
.forH1Title>*{
font-size: 16px;
padding: 5px 0;
color: #ffffff;
margin: 0;
}
@media screen and (max-width:768px){
.forH1Title>*{
font-size: 14px;
}
}
</style>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "Block/header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 123 => 14, 116 => 13, 105 => 69, 99 => 66, 91 => 61, 85 => 58, 73 => 49, 67 => 46, 59 => 41, 53 => 38, 47 => 34, 45 => 13, 41 => 11,);
}
public function getSourceContext()
{
return new Source("", "Block/header.twig", "/home/logistics360/www/shop/app/template/default/Block/header.twig");
}
}