var/cache/dev/twig/a0/a0054e5235a26f293f923eac65379cccf081d4798d89fdabcf6df85b7af34857.php line 60

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_b237abeb972baf69dcc1ec27be353d6009aee5808184313c35ea664fc70ca609 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. ";
  36.         // line 13
  37.         echo "<div class=\"ec-headerRole__navPC\">
  38.     <div class=\"ec-headerNaviRole\">
  39.         <div class=\"ec-headerNaviRole__logo\">
  40.             <a href=\"";
  41.         // line 16
  42.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  43.         echo "\">
  44.                 <div class=\"ec-headerNaviRole-logoimg\"></div>
  45.             </a>
  46.         </div>
  47.         <div class=\"ec-headerNaviRole__left\">
  48.             <div class=\"ec-headerNaviRole__search\">
  49.                 ";
  50.         // line 22
  51.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("block_search_product"));
  52.         echo "
  53.             </div>
  54.         </div>
  55.         <div class=\"ec-headerNaviRole__right\">
  56.             ";
  57.         // line 28
  58.         echo "            ";
  59.         // line 33
  60.         echo "
  61.             ";
  62.         // line 35
  63.         echo "           <a href=\"https://three-m.online/houjin\">
  64.                <div class=\"ec-button ec-button__hojin text-center\">
  65.                    <span class=\"text-center\">";
  66.         // line 37
  67.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("法人のお客様"), "html"nulltrue);
  68.         echo "<br/><span class=\"ec-button__esize\">Corporation account</span></span>
  69.                </div>
  70.            </a>
  71.             ";
  72.         // line 40
  73.         echo twig_include($this->env$context"Block/login.twig");
  74.         echo "
  75.         </div>
  76.     </div>
  77. </div>
  78. ";
  79.         // line 46
  80.         echo "<div class=\"ec-headerRole__navSP\">
  81. ";
  82.         // line 48
  83.         echo "    ";
  84.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sp_block_search_product"));
  85.         echo "
  86. </div>
  87. ";
  88.         
  89.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  90.         
  91.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  92.     }
  93.     public function getTemplateName()
  94.     {
  95.         return "Block/header.twig";
  96.     }
  97.     public function isTraitable()
  98.     {
  99.         return false;
  100.     }
  101.     public function getDebugInfo()
  102.     {
  103.         return array (  94 => 48,  91 => 46,  83 => 40,  77 => 37,  73 => 35,  70 => 33,  68 => 28,  60 => 22,  51 => 16,  46 => 13,  43 => 11,);
  104.     }
  105.     public function getSourceContext()
  106.     {
  107.         return new Source("{#
  108. This file is part of EC-CUBE
  109. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  110. http://www.ec-cube.co.jp/
  111. For the full copyright and license information, please view the LICENSE
  112. file that was distributed with this source code.
  113. #}
  114. {# PC #}
  115. <div class=\"ec-headerRole__navPC\">
  116.     <div class=\"ec-headerNaviRole\">
  117.         <div class=\"ec-headerNaviRole__logo\">
  118.             <a href=\"{{ url('homepage') }}\">
  119.                 <div class=\"ec-headerNaviRole-logoimg\"></div>
  120.             </a>
  121.         </div>
  122.         <div class=\"ec-headerNaviRole__left\">
  123.             <div class=\"ec-headerNaviRole__search\">
  124.                 {{ render(path('block_search_product')) }}
  125.             </div>
  126.         </div>
  127.         <div class=\"ec-headerNaviRole__right\">
  128.             {#temporary#}
  129.             {# <div class=\"ec-button ec-button-temporary text-center\">
  130.                 <a href=\"{{ url('help_guide') }}\">
  131.                     <span class=\"text-center\">{{ '初めての方へ'|trans }}<br/><span class=\"ec-button__esize\">Beginner's guide</span></span>
  132.                 </a>
  133.             </div> #}
  134.             {# law #}
  135.            <a href=\"https://three-m.online/houjin\">
  136.                <div class=\"ec-button ec-button__hojin text-center\">
  137.                    <span class=\"text-center\">{{ '法人のお客様'|trans }}<br/><span class=\"ec-button__esize\">Corporation account</span></span>
  138.                </div>
  139.            </a>
  140.             {{ include('Block/login.twig') }}
  141.         </div>
  142.     </div>
  143. </div>
  144. {# smart phone #}
  145. <div class=\"ec-headerRole__navSP\">
  146. {#    {{ include('Block/nav_sp.twig') }}#}
  147.     {{ render(path('sp_block_search_product')) }}
  148. </div>
  149. ""Block/header.twig""/home/snowtiger27/www/three-m.online/src/Eccube/Resource/template/default/Block/header.twig");
  150.     }
  151. }