var/cache/dev/twig/96/96944af2cd1d75eb7fdb9a42033a9fefcd7dbb6a2f02509dba28b2d1afc514b7.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/search_header.twig */
  14. class __TwigTemplate_5d6d1792c29cc58c045c5041518c7c30b6103a967ef5f04b6f67525d2e4cdc90 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_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Block/search_header.twig"));
  31.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Block/search_header.twig"));
  33.         // line 11
  34.         echo "
  35. <div class=\"ec-headerNaviRole__left\">
  36.     <div class=\"ec-headerNaviRole__search displayPc\">
  37.         ";
  38.         // line 14
  39.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Customize\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.         
  50.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  51.         
  52.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  53.     }
  54.     public function getTemplateName()
  55.     {
  56.         return "Block/search_header.twig";
  57.     }
  58.     public function isTraitable()
  59.     {
  60.         return false;
  61.     }
  62.     public function getDebugInfo()
  63.     {
  64.         return array (  54 => 17,  48 => 14,  43 => 11,);
  65.     }
  66.     public function getSourceContext()
  67.     {
  68.         return new Source("{#
  69. This file is part of EC-CUBE
  70. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  71. http://www.ec-cube.co.jp/
  72. For the full copyright and license information, please view the LICENSE
  73. file that was distributed with this source code.
  74. #}
  75. <div class=\"ec-headerNaviRole__left\">
  76.     <div class=\"ec-headerNaviRole__search displayPc\">
  77.         {{ render(path('block_search_product')) }}
  78.     </div>
  79.     <div class=\"ec-headerRole__navSP\">
  80.         {{ include('Block/nav_sp.twig') }}
  81.     </div>
  82. </div>""Block/search_header.twig""/home/xb235735/neue-zeile.com/public_html/stage.neue-zeile.com/frontlines/app/template/default/Block/search_header.twig");
  83.     }
  84. }