var/cache/dev/twig/cc/cc0fa3ef07e5dfbb42eb839ec78f6fa527034cc5853769885adbb5b8dfe67285.php line 33

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