var/cache/dev/twig/e9/e920b217753a8c72ae59f6eefa4ebc8e.php line 48

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* Block/header.twig */
  14. class __TwigTemplate_ce6d22d260248a0894684d44eb89f082 extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Block/header.twig"));
  31.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Block/header.twig"));
  33.         // line 11
  34.         echo "<div class=\"ec-headerNaviRole\">
  35.     <div class=\"ec-headerNaviRole__left\">
  36.         <div class=\"ec-headerNaviRole__search\">
  37.             ";
  38.         // line 14
  39.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("block_search_product"));
  40.         echo "
  41.         </div>
  42.         <div class=\"ec-headerRole__navSP\">
  43.             ";
  44.         // line 17
  45.         echo twig_include($this->env$context"Block/nav_sp.twig");
  46.         echo "
  47.         </div>
  48.         <a href=\"";
  49.         // line 19
  50.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'19$this->source); })()), "request", [], "any"falsefalsefalse19), "schemeAndHttpHost", [], "any"falsefalsefalse19), "html"nulltrue);
  51.         echo "\" style=\"display: flex; align-items: center; text-decoration: none; color: black; font-weight: bold;\">
  52.             <img src=\"";
  53.         // line 20
  54.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/img/banner/01_banner-top/01_logo_yume_300-300.jpg"), "html"nulltrue);
  55.         echo "\" style=\"width: 37.5%; margin-left: 2em; margin-right: 10px;\" />
  56.             <span style=\"white-space: nowrap; font-size: 1.2rem;\">産直の夢</span>
  57.         </a>
  58.     </div>
  59.     <div class=\"ec-headerNaviRole__right\">
  60.         ";
  61.         // line 31
  62.         echo "        <div class=\"ec-headerRole__cart\">
  63.             ";
  64.         // line 32
  65.         echo twig_include($this->env$context"Block/cart.twig");
  66.         echo "
  67.         </div>
  68.     </div>
  69. </div>";
  70.         
  71.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  72.         
  73.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  74.     }
  75.     public function getTemplateName()
  76.     {
  77.         return "Block/header.twig";
  78.     }
  79.     public function isTraitable()
  80.     {
  81.         return false;
  82.     }
  83.     public function getDebugInfo()
  84.     {
  85.         return array (  75 => 32,  72 => 31,  63 => 20,  59 => 19,  54 => 17,  48 => 14,  43 => 11,);
  86.     }
  87.     public function getSourceContext()
  88.     {
  89.         return new Source("{#
  90. This file is part of EC-CUBE
  91. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  92. http://www.ec-cube.co.jp/
  93. For the full copyright and license information, please view the LICENSE
  94. file that was distributed with this source code.
  95. #}
  96. <div class=\"ec-headerNaviRole\">
  97.     <div class=\"ec-headerNaviRole__left\">
  98.         <div class=\"ec-headerNaviRole__search\">
  99.             {{ render(path('block_search_product')) }}
  100.         </div>
  101.         <div class=\"ec-headerRole__navSP\">
  102.             {{ include('Block/nav_sp.twig') }}
  103.         </div>
  104.         <a href=\"{{ app.request.schemeAndHttpHost }}\" style=\"display: flex; align-items: center; text-decoration: none; color: black; font-weight: bold;\">
  105.             <img src=\"{{ asset('/img/banner/01_banner-top/01_logo_yume_300-300.jpg') }}\" style=\"width: 37.5%; margin-left: 2em; margin-right: 10px;\" />
  106.             <span style=\"white-space: nowrap; font-size: 1.2rem;\">産直の夢</span>
  107.         </a>
  108.     </div>
  109.     <div class=\"ec-headerNaviRole__right\">
  110.         {#
  111.         <div class=\"ec-headerNaviRole__nav\">
  112.             {{ include('Block/login.twig') }}
  113.         </div>
  114.         #}
  115.         <div class=\"ec-headerRole__cart\">
  116.             {{ include('Block/cart.twig') }}
  117.         </div>
  118.     </div>
  119. </div>""Block/header.twig""/home/xs262729/sandrea.net/public_html/display.sandrea.net/app/template/default/Block/header.twig");
  120.     }
  121. }