var/cache/dev/twig/22/2274f17bae2cbe7116f9f2cd46fe201c.php line 33

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_88bf0d28e854925cf563f9d83e8ee6de 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-headerNaviRoleContainer>
  35. <div class=\"ec-headerNaviRole\">
  36.     <div class=\"ec-headerNaviRole__left\">
  37.         <div class=\"ec-headerNaviRole__search\">
  38.             ";
  39.         // line 15
  40.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("block_search_product"));
  41.         echo "
  42.         </div>
  43.         <div class=\"ec-headerRole__navSP\">
  44.             ";
  45.         // line 18
  46.         echo twig_include($this->env$context"Block/nav_sp.twig");
  47.         echo "
  48.         </div>
  49.     </div>
  50.     <div class=\"ec-headerNaviRole__right\">
  51.         <div class=\"ec-headerNaviRole__nav\">
  52.             ";
  53.         // line 23
  54.         echo twig_include($this->env$context"Block/login.twig");
  55.         echo "
  56.         </div>
  57.         <div class=\"ec-headerRole__cart\">
  58.             ";
  59.         // line 26
  60.         echo twig_include($this->env$context"Block/cart.twig");
  61.         echo "
  62.         </div>
  63.         <div class=\"ec-headerRole__estimate\">
  64.             <a class=\"estimate-text\" href=\"";
  65.         // line 29
  66.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("estimation");
  67.         echo "\">見積依頼する</a>
  68.         </div>
  69.         <div class=\"ec-headerRole__amount_confirmation\">
  70.             <a class=\"estimate-text\" href=\"";
  71.         // line 32
  72.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("amount_confirmation");
  73.         echo "\">納期確認する</a>
  74.         </div>
  75.     </div>
  76. </div>
  77. </div>";
  78.         
  79.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  80.         
  81.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  82.     }
  83.     public function getTemplateName()
  84.     {
  85.         return "Block/header.twig";
  86.     }
  87.     public function isTraitable()
  88.     {
  89.         return false;
  90.     }
  91.     public function getDebugInfo()
  92.     {
  93.         return array (  81 => 32,  75 => 29,  69 => 26,  63 => 23,  55 => 18,  49 => 15,  43 => 11,);
  94.     }
  95.     public function getSourceContext()
  96.     {
  97.         return new Source("{#
  98. This file is part of EC-CUBE
  99. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  100. http://www.ec-cube.co.jp/
  101. For the full copyright and license information, please view the LICENSE
  102. file that was distributed with this source code.
  103. #}
  104. <div class=ec-headerNaviRoleContainer>
  105. <div class=\"ec-headerNaviRole\">
  106.     <div class=\"ec-headerNaviRole__left\">
  107.         <div class=\"ec-headerNaviRole__search\">
  108.             {{ render(path('block_search_product')) }}
  109.         </div>
  110.         <div class=\"ec-headerRole__navSP\">
  111.             {{ include('Block/nav_sp.twig') }}
  112.         </div>
  113.     </div>
  114.     <div class=\"ec-headerNaviRole__right\">
  115.         <div class=\"ec-headerNaviRole__nav\">
  116.             {{ include('Block/login.twig') }}
  117.         </div>
  118.         <div class=\"ec-headerRole__cart\">
  119.             {{ include('Block/cart.twig') }}
  120.         </div>
  121.         <div class=\"ec-headerRole__estimate\">
  122.             <a class=\"estimate-text\" href=\"{{ url('estimation') }}\">見積依頼する</a>
  123.         </div>
  124.         <div class=\"ec-headerRole__amount_confirmation\">
  125.             <a class=\"estimate-text\" href=\"{{ url('amount_confirmation') }}\">納期確認する</a>
  126.         </div>
  127.     </div>
  128. </div>
  129. </div>""Block/header.twig""/home/runrig2004/1000ryoku-ec.jp/public_html/jusetsu-net.1000ryoku-ec.jp/app/template/default/Block/header.twig");
  130.     }
  131. }