var/cache/dev/twig/22/2274f17bae2cbe7116f9f2cd46fe201c.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_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-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.     </div>
  49.     <div class=\"ec-headerNaviRole__right\">
  50.         <div class=\"ec-headerNaviRole__nav\">
  51.             ";
  52.         // line 22
  53.         echo twig_include($this->env$context"Block/login.twig");
  54.         echo "
  55.         </div>
  56.         <div class=\"ec-headerRole__cart\">
  57.             ";
  58.         // line 25
  59.         echo twig_include($this->env$context"Block/cart.twig");
  60.         echo "
  61.         </div>
  62.     </div>
  63. </div>";
  64.         
  65.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  66.         
  67.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  68.     }
  69.     public function getTemplateName()
  70.     {
  71.         return "Block/header.twig";
  72.     }
  73.     public function isTraitable()
  74.     {
  75.         return false;
  76.     }
  77.     public function getDebugInfo()
  78.     {
  79.         return array (  68 => 25,  62 => 22,  54 => 17,  48 => 14,  43 => 11,);
  80.     }
  81.     public function getSourceContext()
  82.     {
  83.         return new Source("{#
  84. This file is part of EC-CUBE
  85. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  86. http://www.ec-cube.co.jp/
  87. For the full copyright and license information, please view the LICENSE
  88. file that was distributed with this source code.
  89. #}
  90. <div class=\"ec-headerNaviRole\">
  91.     <div class=\"ec-headerNaviRole__left\">
  92.         <div class=\"ec-headerNaviRole__search\">
  93.             {{ render(path('block_search_product')) }}
  94.         </div>
  95.         <div class=\"ec-headerRole__navSP\">
  96.             {{ include('Block/nav_sp.twig') }}
  97.         </div>
  98.     </div>
  99.     <div class=\"ec-headerNaviRole__right\">
  100.         <div class=\"ec-headerNaviRole__nav\">
  101.             {{ include('Block/login.twig') }}
  102.         </div>
  103.         <div class=\"ec-headerRole__cart\">
  104.             {{ include('Block/cart.twig') }}
  105.         </div>
  106.     </div>
  107. </div>""Block/header.twig""/home/saloassi/salon-assistant.net/public_html/luire/app/template/default/Block/header.twig");
  108.     }
  109. }