var/cache/dev/twig/d8/d88a6c1920d067d6fd6202f84cf82804.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_3f80e44c6d3916278af1c3e2fd02eaf3 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=\"header_inner\">
  35.     <h1 class=\"sr-only\">Pit Crew</h1>
  36.     <div class=\"header_top\">
  37.         <div class=\"header_top_inner\">
  38.             <ul class=\"header_top_list\">
  39.                 <li class=\"header_top_item\">
  40.                     <a href=\"";
  41.         // line 17
  42.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("contact");
  43.         echo "\" class=\"header_top_link\">
  44.                         <img src=\"";
  45.         // line 18
  46.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/icons/contact-white.svg""user_data"), "html"nulltrue);
  47.         echo "\" alt=\"\">
  48.                         お問い合わせ
  49.                     </a>
  50.                 </li>
  51.                 <li class=\"header_top_item\">
  52.                     <a href=\"";
  53.         // line 23
  54.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("help_guide");
  55.         echo "\" class=\"header_top_link\">
  56.                         <img src=\"";
  57.         // line 24
  58.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/icons/guide-white.svg""user_data"), "html"nulltrue);
  59.         echo "\" alt=\"\">
  60.                         ご利用ガイド
  61.                     </a>
  62.                 </li>
  63.             </ul>
  64.         </div>
  65.     </div>
  66.     <div class=\"header_main\">
  67.         <div class=\"header_main_inner\">
  68.             <div class=\"header_logo\">
  69.                 <a href=\"";
  70.         // line 34
  71.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  72.         echo "\" class=\"header_logo_link\">
  73.                     <img src=\"";
  74.         // line 35
  75.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/logo-sample.svg""user_data"), "html"nulltrue);
  76.         echo "\" alt=\"\">
  77.                 </a>
  78.             </div>
  79.             <div class=\"header_search\">
  80.                 ";
  81.         // line 39
  82.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("block_search_product"));
  83.         echo "
  84.             </div>
  85.             <div class=\"header_menu\">
  86.                 <ul class=\"header_menu_list\">
  87.                     <li class=\"header_menu_item\">
  88.                         ";
  89.         // line 44
  90.         echo twig_include($this->env$context"Block/login.twig");
  91.         echo "
  92.                     </li>
  93.                     <li class=\"header_menu_item ec-headerRole__cart\">
  94.                         ";
  95.         // line 47
  96.         echo twig_include($this->env$context"Block/cart.twig");
  97.         echo "
  98.                     </li>
  99.                 </ul>
  100.             </div>
  101.         </div>
  102.     </div>
  103. </div>";
  104.         
  105.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  106.         
  107.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  108.     }
  109.     public function getTemplateName()
  110.     {
  111.         return "Block/header.twig";
  112.     }
  113.     public function isTraitable()
  114.     {
  115.         return false;
  116.     }
  117.     public function getDebugInfo()
  118.     {
  119.         return array (  105 => 47,  99 => 44,  91 => 39,  84 => 35,  80 => 34,  67 => 24,  63 => 23,  55 => 18,  51 => 17,  43 => 11,);
  120.     }
  121.     public function getSourceContext()
  122.     {
  123.         return new Source("{#
  124. This file is part of EC-CUBE
  125. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  126. http://www.ec-cube.co.jp/
  127. For the full copyright and license information, please view the LICENSE
  128. file that was distributed with this source code.
  129. #}
  130. <div class=\"header_inner\">
  131.     <h1 class=\"sr-only\">Pit Crew</h1>
  132.     <div class=\"header_top\">
  133.         <div class=\"header_top_inner\">
  134.             <ul class=\"header_top_list\">
  135.                 <li class=\"header_top_item\">
  136.                     <a href=\"{{ url('contact') }}\" class=\"header_top_link\">
  137.                         <img src=\"{{ asset('assets/img/common/icons/contact-white.svg', 'user_data') }}\" alt=\"\">
  138.                         お問い合わせ
  139.                     </a>
  140.                 </li>
  141.                 <li class=\"header_top_item\">
  142.                     <a href=\"{{ url('help_guide') }}\" class=\"header_top_link\">
  143.                         <img src=\"{{ asset('assets/img/common/icons/guide-white.svg', 'user_data') }}\" alt=\"\">
  144.                         ご利用ガイド
  145.                     </a>
  146.                 </li>
  147.             </ul>
  148.         </div>
  149.     </div>
  150.     <div class=\"header_main\">
  151.         <div class=\"header_main_inner\">
  152.             <div class=\"header_logo\">
  153.                 <a href=\"{{ url('homepage') }}\" class=\"header_logo_link\">
  154.                     <img src=\"{{ asset('assets/img/common/logo-sample.svg', 'user_data') }}\" alt=\"\">
  155.                 </a>
  156.             </div>
  157.             <div class=\"header_search\">
  158.                 {{ render(path('block_search_product')) }}
  159.             </div>
  160.             <div class=\"header_menu\">
  161.                 <ul class=\"header_menu_list\">
  162.                     <li class=\"header_menu_item\">
  163.                         {{ include('Block/login.twig') }}
  164.                     </li>
  165.                     <li class=\"header_menu_item ec-headerRole__cart\">
  166.                         {{ include('Block/cart.twig') }}
  167.                     </li>
  168.                 </ul>
  169.             </div>
  170.         </div>
  171.     </div>
  172. </div>""Block/header.twig""/home/pitcrew/pit-crew.net/public_html/src/Eccube/Resource/template/default/Block/header.twig");
  173.     }
  174. }