<?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/logo.twig */
class __TwigTemplate_e882dc74e953219bf89db48c6a11a3ffec0d9a8f7d01bba9d9f482b331e7c9a4 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/logo.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Block/logo.twig"));
// line 11
echo "<div class=\"ec-role clearfix\">
<div class=\"ec-headerRole sp_only\">
<div class=\"ec-headerRole__title\">
<div class=\"ec-headerTitle\">
<div class=\"ec-headerTitle__title\">
<p>
<a href=\"";
// line 17
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\">
";
// line 18
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo", $context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.', 18, $this->source); })()), "shop_name", [], "any", false, false, false, 18), "html", null, true);
echo "
<!-- <img src=\"";
// line 19
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/logo.png", "user_data"), "html", null, true);
echo "\" alt=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo", $context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.', 19, $this->source); })()), "shop_name", [], "any", false, false, false, 19), "html", null, true);
echo "\" class=\"logo\"> -->
</a>
</p>
</div>
</div>
</div>
</div>
<div class=\"ec-headerNaviRole__right sp_only clearfix\">
<div class=\"ec-headerNaviRole__nav\">
<div class=\"ec-headerNav\">
<div class=\"ec-headerRole__navSP return\">
<div class=\"ec-headerNavSPreturn\">
<i class=\"fas fa-reply\"></i>
</div>
</div>
<div class=\"ec-headerRole__navSP\">
";
// line 35
echo twig_include($this->env, $context, "Block/nav_sp.twig");
echo "
</div>
</div>
</div>
<div class=\"ec-headerRole__cart\">
";
// line 40
echo twig_include($this->env, $context, "Block/cart.twig");
echo "
</div>
</div>
<div class=\" head_search\">
";
// line 44
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("block_search_product"));
echo "
</div>
</div>
<script>
\$(function() {
\$(\".ec-headerNavSPreturn\").on(\"click\", function(){
window.history.back();
});
});
</script>";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
public function getTemplateName()
{
return "Block/logo.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 95 => 44, 88 => 40, 80 => 35, 59 => 19, 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=\"ec-role clearfix\">
<div class=\"ec-headerRole sp_only\">
<div class=\"ec-headerRole__title\">
<div class=\"ec-headerTitle\">
<div class=\"ec-headerTitle__title\">
<p>
<a href=\"{{ url('homepage') }}\">
{{ BaseInfo.shop_name }}
<!-- <img src=\"{{ asset('assets/img/common/logo.png', 'user_data') }}\" alt=\"{{ BaseInfo.shop_name }}\" class=\"logo\"> -->
</a>
</p>
</div>
</div>
</div>
</div>
<div class=\"ec-headerNaviRole__right sp_only clearfix\">
<div class=\"ec-headerNaviRole__nav\">
<div class=\"ec-headerNav\">
<div class=\"ec-headerRole__navSP return\">
<div class=\"ec-headerNavSPreturn\">
<i class=\"fas fa-reply\"></i>
</div>
</div>
<div class=\"ec-headerRole__navSP\">
{{ include('Block/nav_sp.twig') }}
</div>
</div>
</div>
<div class=\"ec-headerRole__cart\">
{{ include('Block/cart.twig') }}
</div>
</div>
<div class=\" head_search\">
{{ render(path('block_search_product')) }}
</div>
</div>
<script>
\$(function() {
\$(\".ec-headerNavSPreturn\").on(\"click\", function(){
window.history.back();
});
});
</script>", "Block/logo.twig", "/home/dzx/dzx.co.jp/public_html/share-wealth.dzx.co.jp/app/template/default/Block/logo.twig");
}
}