var/cache/dev/twig/92/92286b337c2c7814cf650b7cf57f1a38.php line 86

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_b205a6a00abf9ba359f66ae5c4531e4c 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-headerRole__title\">
  37.             <div class=\"ec-headerTitle\">
  38.                 <div class=\"ec-headerTitle__title\">
  39.                     <h1>
  40.                         <a href=\"";
  41.         // line 17
  42.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  43.         echo "\">
  44.                             <img src=\"/html/user_data/assets/img/logo.png\" style=\"max-height: 90px;\">
  45.                         </a>
  46.                     </h1>
  47.                 </div>
  48.             </div>
  49.         </div>
  50.         
  51.         <div class=\"ec-headerRole__navSP\">
  52.             ";
  53.         // line 26
  54.         echo twig_include($this->env$context"Block/nav_sp.twig");
  55.         echo "
  56.         </div>
  57.     </div>
  58.     <div class=\"ec-headerNaviRole__right_2\">
  59.         <div class=\"ec-headerNaviRole__right\">
  60.             <div class=\"ec-headerNaviRole__nav\">
  61.                 ";
  62.         // line 32
  63.         echo twig_include($this->env$context"Block/login.twig");
  64.         echo "
  65.             </div>
  66.             <div class=\"ec-headerRole__cart\">
  67.                 ";
  68.         // line 35
  69.         echo twig_include($this->env$context"Block/cart.twig");
  70.         echo "
  71.             </div>
  72.         </div>
  73.         <div class=\"d-flex justify-content-flex-end\">
  74.             <div class=\"ec-headerNaviRole__search\">
  75.                 ";
  76.         // line 40
  77.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("block_search_product"));
  78.         echo "
  79.             </div>
  80.         </div>
  81.     </div>
  82. </div>";
  83.         
  84.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  85.         
  86.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  87.     }
  88.     public function getTemplateName()
  89.     {
  90.         return "Block/header.twig";
  91.     }
  92.     public function isTraitable()
  93.     {
  94.         return false;
  95.     }
  96.     public function getDebugInfo()
  97.     {
  98.         return array (  86 => 40,  78 => 35,  72 => 32,  63 => 26,  51 => 17,  43 => 11,);
  99.     }
  100.     public function getSourceContext()
  101.     {
  102.         return new Source("{#
  103. This file is part of EC-CUBE
  104. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  105. http://www.ec-cube.co.jp/
  106. For the full copyright and license information, please view the LICENSE
  107. file that was distributed with this source code.
  108. #}
  109. <div class=\"ec-headerNaviRole\">
  110.     <div class=\"ec-headerNaviRole__left\">
  111.         <div class=\"ec-headerRole__title\">
  112.             <div class=\"ec-headerTitle\">
  113.                 <div class=\"ec-headerTitle__title\">
  114.                     <h1>
  115.                         <a href=\"{{ url('homepage') }}\">
  116.                             <img src=\"/html/user_data/assets/img/logo.png\" style=\"max-height: 90px;\">
  117.                         </a>
  118.                     </h1>
  119.                 </div>
  120.             </div>
  121.         </div>
  122.         
  123.         <div class=\"ec-headerRole__navSP\">
  124.             {{ include('Block/nav_sp.twig') }}
  125.         </div>
  126.     </div>
  127.     <div class=\"ec-headerNaviRole__right_2\">
  128.         <div class=\"ec-headerNaviRole__right\">
  129.             <div class=\"ec-headerNaviRole__nav\">
  130.                 {{ include('Block/login.twig') }}
  131.             </div>
  132.             <div class=\"ec-headerRole__cart\">
  133.                 {{ include('Block/cart.twig') }}
  134.             </div>
  135.         </div>
  136.         <div class=\"d-flex justify-content-flex-end\">
  137.             <div class=\"ec-headerNaviRole__search\">
  138.                 {{ render(path('block_search_product')) }}
  139.             </div>
  140.         </div>
  141.     </div>
  142. </div>""Block/header.twig""/home/fpro0605/monokore.shop/public_html/app/template/origin/Block/header.twig");
  143.     }
  144. }