var/cache/dev/twig/a3/a3d387a039639b4856eb7e9535ee469438e88dabe4aa281ba99bb80e58e5a31f.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_3b345e34735c5c487aeb15d152e3725ec3127c7de966e4ec98dda0acf386d26e 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/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/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>
  43. </div>";
  44.         
  45.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  46.         
  47.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  48.     }
  49.     public function getTemplateName()
  50.     {
  51.         return "Block/header.twig";
  52.     }
  53.     public function isTraitable()
  54.     {
  55.         return false;
  56.     }
  57.     public function getDebugInfo()
  58.     {
  59.         return array (  48 => 14,  43 => 11,);
  60.     }
  61.     public function getSourceContext()
  62.     {
  63.         return new Source("{#
  64. This file is part of EC-CUBE
  65. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  66. http://www.ec-cube.co.jp/
  67. For the full copyright and license information, please view the LICENSE
  68. file that was distributed with this source code.
  69. #}
  70. <div class=\"ec-headerNaviRole\">
  71.     <div class=\"ec-headerNaviRole__left\">
  72.         <div class=\"ec-headerNaviRole__search\">
  73.             {{ render(path('block_search_product')) }}
  74.         </div>
  75.     </div>
  76. </div>""Block/header.twig""/home/sinwa/changer.fun/public_html/www2.changer.fun/app/template/default/Block/header.twig");
  77.     }
  78. }