var/cache/dev/twig/ad/ad05fb528a0f73f9836a48c8b6b2ef55.php line 35

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_13bcbbb49ff461cc8cecc09eb87e25ef 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.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  26.         $this->checkSecurity();
  27.     }
  28.     protected function doDisplay(array $context, array $blocks = [])
  29.     {
  30.         $macros $this->macros;
  31.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  32.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Block/header.twig"));
  33.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  34.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Block/header.twig"));
  35.         // line 11
  36.         echo "<div class=\"ec-headerNaviRole\">
  37.     <div class=\"ec-headerNaviRole__left\">
  38.         <div class=\"ec-headerNaviRole__search\">
  39.             ";
  40.         // line 14
  41.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("block_search_product"));
  42.         echo "
  43.         </div>
  44.         <div class=\"ec-headerRole__navSP\">
  45.             ";
  46.         // line 17
  47.         echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"Block/nav_sp.twig");
  48.         echo "
  49.         </div>
  50.     </div>
  51.     <div class=\"ec-headerNaviRole__right\">
  52.         <div class=\"ec-headerNaviRole__nav\">
  53.             ";
  54.         // line 23
  55.         echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"Block/login.twig");
  56.         echo "
  57.         </div>
  58.         <div class=\"ec-headerRole__cart\">
  59.             ";
  60.         // line 27
  61.         echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"Block/cart.twig");
  62.         echo "
  63.         </div>
  64.     </div>
  65. </div>";
  66.         
  67.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  68.         
  69.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  70.     }
  71.     public function getTemplateName()
  72.     {
  73.         return "Block/header.twig";
  74.     }
  75.     public function isTraitable()
  76.     {
  77.         return false;
  78.     }
  79.     public function getDebugInfo()
  80.     {
  81.         return array (  72 => 27,  65 => 23,  56 => 17,  50 => 14,  45 => 11,);
  82.     }
  83.     public function getSourceContext()
  84.     {
  85.         return new Source("{#
  86. This file is part of EC-CUBE
  87. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  88. http://www.ec-cube.co.jp/
  89. For the full copyright and license information, please view the LICENSE
  90. file that was distributed with this source code.
  91. #}
  92. <div class=\"ec-headerNaviRole\">
  93.     <div class=\"ec-headerNaviRole__left\">
  94.         <div class=\"ec-headerNaviRole__search\">
  95.             {{ render(path('block_search_product')) }}
  96.         </div>
  97.         <div class=\"ec-headerRole__navSP\">
  98.             {{ include('Block/nav_sp.twig') }}
  99.         </div>
  100.     </div>
  101.     <div class=\"ec-headerNaviRole__right\">
  102.         <div class=\"ec-headerNaviRole__nav\">
  103.             {{ include('Block/login.twig') }}
  104.         </div>
  105.         <div class=\"ec-headerRole__cart\">
  106.             {{ include('Block/cart.twig') }}
  107.         </div>
  108.     </div>
  109. </div>""Block/header.twig""/home/tomodashokai/tomoda.ne.jp/public_html/shop.tomoda.ne.jp/app/template/default/Block/header.twig");
  110.     }
  111.     
  112.     public function checkSecurity()
  113.     {
  114.         static $tags = array();
  115.         static $filters = array();
  116.         static $functions = array("render" => 14"path" => 14"include" => 17);
  117.         try {
  118.             $this->sandbox->checkSecurity(
  119.                 [],
  120.                 [],
  121.                 ['render''path''include']
  122.             );
  123.         } catch (SecurityError $e) {
  124.             $e->setSourceContext($this->source);
  125.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  126.                 $e->setTemplateLine($tags[$e->getTagName()]);
  127.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  128.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  129.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  130.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  131.             }
  132.             throw $e;
  133.         }
  134.     }
  135. }